diff --git a/assets/.golangci.yml b/assets/.golangci.yml index b6d1770..af7d676 100644 --- a/assets/.golangci.yml +++ b/assets/.golangci.yml @@ -292,6 +292,7 @@ issues: - errcheck - dupl - gosec + - funlen # Exclude known linters from partially hard-vendored code, # which is impossible to exclude via "nolint" comments.