Disable funlen in tests

funlen is prone to false positives in tests, due to the need for
boilerplate such as table test structs and other setup code.
This commit is contained in:
Hayley Swimelar 2020-01-09 16:50:18 -08:00
parent f215776807
commit 60b7fe5f25

View file

@ -292,6 +292,7 @@ issues:
- errcheck - errcheck
- dupl - dupl
- gosec - gosec
- funlen
# Exclude known linters from partially hard-vendored code, # Exclude known linters from partially hard-vendored code,
# which is impossible to exclude via "nolint" comments. # which is impossible to exclude via "nolint" comments.