We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4640c9 commit 6b24c0eCopy full SHA for 6b24c0e
.golangci.yml
@@ -151,8 +151,9 @@ linters-settings:
151
# This section provides the configuration for how golangci
152
# will report the issues it finds.
153
issues:
154
- # Excluding configuration per-path, per-linter, per-text and per-source
+ # make issues output unique by line, default is true
155
uniq-by-line: true
156
+ # Excluding configuration per-path, per-linter, per-text and per-source
157
exclude-rules:
158
# prevent linters from running on *_test.go files
159
- path: _test\.go
0 commit comments