Skip to content

Commit 025efe3

Browse files
Prometheus2677FPiety0521
authored and
FPiety0521
committed
Update golangci-lint config
- Update to renamed config keys - Remove redundant linter (maligned)
1 parent 9bf973a commit 025efe3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .golangci.yml

+2-3
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)