Skip to content

Commit 6b24c0e

Browse files
committed
fix comments
1 parent d4640c9 commit 6b24c0e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ linters-settings:
151151
# This section provides the configuration for how golangci
152152
# will report the issues it finds.
153153
issues:
154-
# Excluding configuration per-path, per-linter, per-text and per-source
154+
# make issues output unique by line, default is true
155155
uniq-by-line: true
156+
# Excluding configuration per-path, per-linter, per-text and per-source
156157
exclude-rules:
157158
# prevent linters from running on *_test.go files
158159
- path: _test\.go

0 commit comments

Comments
 (0)