Skip to content

Commit 677b5de

Browse files
committed
Update golangci-lint config
- Update to renamed config keys - Remove redundant linter (maligned)
1 parent b4047a1 commit 677b5de

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.golangci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ linters:
1010
- goconst
1111
- gofmt
1212
- misspell
13-
- maligned
1413
- unparam
1514
- nakedret
1615
- prealloc
@@ -19,8 +18,8 @@ linters-settings:
1918
misspell:
2019
locale: US
2120
issues:
22-
max-same: 0
23-
max-per-linter: 0
21+
max-same-issues: 0
22+
max-issues-per-linter: 0
2423
exclude-use-default: false
2524
exclude:
2625
# gosec: Duplicated errcheck checks

0 commit comments

Comments
 (0)