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