diff options
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.golangci.yml b/.golangci.yml index 17856068c..92835ec6e 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -83,7 +83,7 @@ linters-settings: 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 + ignore-strings: '.html' nestif: # TODO: consider reducing this value. min-complexity: 12 |
