diff options
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 1a5171205..17856068c 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -82,6 +82,8 @@ linters-settings: goconst: min-len: 3 min-occurrences: 3 + ignore-tests: true # re-enable once goconst 1.7.0+ merged into golangci-lint + ignore-strings: "[syzbot] | (2)|Re: " # will be enabled by goconst 1.7.0 nestif: # TODO: consider reducing this value. min-complexity: 12 |
