diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-03-13 08:26:02 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-03-13 08:26:02 +0100 |
| commit | 05359321bb37f035e55ccfad2cc36b0ea3b50998 (patch) | |
| tree | cca2148a49dec6832eaac49edb69cf0d84e66a95 /.golangci.yml | |
| parent | fd69032d781a476f0e9e1c1c46201167b63059be (diff) | |
all: fix new golangci-lint warnings
Newer version started producing more warnings. Fix them.
Diffstat (limited to '.golangci.yml')
| -rw-r--r-- | .golangci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.golangci.yml b/.golangci.yml index 26341e86f..4b4b7248f 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -12,6 +12,9 @@ run: build-tags: - codeanalysis +output: + print-linter-name: false + linters: enable: - lll @@ -55,6 +58,7 @@ linters-settings: issues: exclude-use-default: false + max-same-issues: 0 exclude: - "exported .* should have comment" - "comment on .* should be of the form" |
