We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d503e73 commit cd2746aCopy full SHA for cd2746a
.golangci.yml
@@ -36,7 +36,7 @@ linters:
36
- misspell
37
- nilerr
38
- nilnesserr
39
- - nolintlint
+ # - nolintlint
40
- nosprintfhostport
41
- prealloc
42
- protogetter
@@ -59,6 +59,7 @@ linters:
59
- all
60
- -ST1003 # https://staticcheck.dev/docs/checks/#ST1003 Poorly chosen identifier.
61
- -QF1008 # https://staticcheck.dev/docs/checks/#QF1008 Omit embedded fields from selector expression.
62
+ - -SA1019 #DNM
63
nolintlint:
64
require-specific: true
65
revive:
0 commit comments