Skip to content

Commit 6d0d426

Browse files
committed
TEMP
1 parent 2770067 commit 6d0d426

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.golangci.yml

-7
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,6 @@ issues:
131131
- gocritic
132132
text: "unnecessaryDefer:"
133133

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-
141134
run:
142135
skip-dirs:
143136
- test/testdata_etc

0 commit comments

Comments
 (0)