@@ -169,30 +169,30 @@ issues:
169
169
text : " SA1019: c.cfg.Run.UseDefaultSkipDirs is deprecated: use Issues.UseDefaultExcludeDirs instead."
170
170
171
171
# Deprecated linter options.
172
- - path : pkg/golinters/errcheck.go
172
+ - path : pkg/golinters/errcheck/errcheck .go
173
173
linters : [staticcheck]
174
174
text : " SA1019: errCfg.Exclude is deprecated: use ExcludeFunctions instead"
175
175
- path : pkg/commands/run.go
176
176
linters : [staticcheck]
177
177
text : " SA1019: lsc.Errcheck.Exclude is deprecated: use ExcludeFunctions instead"
178
- - path : pkg/golinters/govet.go
178
+ - path : pkg/golinters/govet/govet .go
179
179
linters : [staticcheck]
180
180
text : " SA1019: cfg.CheckShadowing is deprecated: the linter should be enabled inside Enable."
181
- - path : pkg/golinters/godot.go
181
+ - path : pkg/golinters/godot/godot .go
182
182
linters : [staticcheck]
183
183
text : " SA1019: settings.CheckAll is deprecated: use Scope instead"
184
- - path : pkg/golinters/gci.go
184
+ - path : pkg/golinters/gci/gci .go
185
185
linters : [staticcheck]
186
186
text : " SA1019: settings.LocalPrefixes is deprecated: use Sections instead."
187
- - path : pkg/golinters/mnd.go
187
+ - path : pkg/golinters/mnd/mnd .go
188
188
linters : [staticcheck]
189
189
text : " SA1019: settings.Settings is deprecated: use root level settings instead."
190
- - path : pkg/golinters/mnd.go
190
+ - path : pkg/golinters/mnd/mnd .go
191
191
linters : [staticcheck]
192
192
text : " SA1019: config.GoMndSettings is deprecated: use MndSettings."
193
193
194
194
# Related to `run.go`, it cannot be removed.
195
- - path : pkg/golinters/gofumpt.go
195
+ - path : pkg/golinters/gofumpt/gofumpt .go
196
196
linters : [staticcheck]
197
197
text : " SA1019: settings.LangVersion is deprecated: use the global `run.go` instead."
198
198
- path : pkg/golinters/internal/staticcheck_common.go
@@ -203,7 +203,7 @@ issues:
203
203
text : " SA1019: (.+).(GoVersion|LangVersion) is deprecated: use the global `run.go` instead."
204
204
205
205
# Based on existing code, the modifications should be limited to make maintenance easier.
206
- - path : pkg/golinters/unused.go
206
+ - path : pkg/golinters/unused/unused .go
207
207
linters : [gocritic]
208
208
text : " rangeValCopy: each iteration copies 160 bytes \\ (consider pointers or indexing\\ )"
209
209
0 commit comments