mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
f215776807
commit
60b7fe5f25
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue