@@ -133,35 +133,9 @@ issues:
133133 - gocritic
134134 text : " unnecessaryDefer:"
135135
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-
155136run :
156137 skip-dirs :
157138 - test/testdata_etc
158139 - internal/cache
159140 - internal/renameio
160141 - 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