We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2770067 commit 6d0d426Copy full SHA for 6d0d426
.golangci.yml
@@ -131,13 +131,6 @@ issues:
131
- gocritic
132
text: "unnecessaryDefer:"
133
134
- # TODO temporary rule, must be removed
135
- # seems related to v0.34.1, but I was not able to reproduce locally,
136
- # I was also not able to reproduce in the CI of a fork,
137
- # only the golangci-lint CI seems to be affected by this invalid analysis.
138
- - path: pkg/golinters/scopelint.go
139
- text: 'directive `//nolint:interfacer` is unused for linter interfacer'
140
-
141
run:
142
skip-dirs:
143
- test/testdata_etc
0 commit comments