Skip to content

Commit 1bf3055

Browse files
authored
chore(golangci-lint): avoid config deprecation warning (#365)
uniq-by-line moved from output to issues in [1.63.0](https://golangci-lint.run/product/changelog/#v1630).
1 parent 5395898 commit 1bf3055

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.golangci.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,10 @@ linters:
4040
- wastedassign
4141
- whitespace
4242

43-
output:
44-
uniq-by-line: false
45-
4643
issues:
4744
max-issues-per-linter: 0
4845
max-same-issues: 0
46+
uniq-by-line: false
4947
exclude-rules:
5048
- path: _test\.go
5149
linters:

0 commit comments

Comments
 (0)