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