@@ -132,35 +132,9 @@ issues:
132
132
- gocritic
133
133
text : " unnecessaryDefer:"
134
134
135
- # TODO temporary rule, must be removed
136
- # seems related to v0.34.1, but I was not able to reproduce locally,
137
- # I was also not able to reproduce in the CI of a fork,
138
- # only the golangci-lint CI seems to be affected by this invalid analysis.
139
- - path : pkg/golinters/scopelint.go
140
- text : ' directive `//nolint:interfacer` is unused for linter interfacer'
141
-
142
- # TODO temporary rule, must be removed
143
- # related to https://github.com/golangci/golangci-lint/pull/1756
144
- # must be replaced by '//nolint:staticcheck // require changes in github.com/OpenPeeDeeP/depguard'
145
- - path : pkg/golinters/depguard.go
146
- text : ' SA1019: package golang.org/x/tools/go/loader is deprecated'
147
-
148
- # TODO temporary rule, must be removed
149
- # related to https://github.com/golangci/golangci-lint/pull/1756
150
- # must be replaced by '///nolint:staticcheck // it's an adapter for golang.org/x/tools/go/packages'
151
- - path : pkg/golinters/goanalysis/adapters.go
152
- text : ' SA1019: package golang.org/x/tools/go/loader is deprecated'
153
-
154
135
run :
155
136
skip-dirs :
156
137
- test/testdata_etc
157
138
- internal/cache
158
139
- internal/renameio
159
140
- internal/robustio
160
-
161
- # golangci.com configuration
162
- # https://github.com/golangci/golangci/wiki/Configuration
163
- service :
164
- golangci-lint-version : 1.23.x # use the fixed version to not introduce new linters unexpectedly
165
- prepare :
166
- - echo "here I can run custom commands, but no preparation needed for this repo"
0 commit comments