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 92835ec6e..67debd4c1 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: '.html' + ignore-strings: '\.html|^true$' nestif: # TODO: consider reducing this value. min-complexity: 12 |
