File tree Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Expand file tree Collapse file tree 2 files changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -72,28 +72,6 @@ linters:
72
72
- mnd
73
73
- lll
74
74
75
- # Deprecated linter options.
76
- - path : pkg/golinters/errcheck/errcheck.go
77
- linters : [staticcheck]
78
- text : " SA1019: errCfg.Exclude is deprecated: use ExcludeFunctions instead"
79
- - path : pkg/golinters/errcheck/errcheck.go
80
- linters : [staticcheck]
81
- text : " SA1019: errCfg.Ignore is deprecated: use ExcludeFunctions instead"
82
- - path : pkg/golinters/govet/govet.go
83
- linters : [staticcheck]
84
- text : " SA1019: cfg.CheckShadowing is deprecated: the linter should be enabled inside Enable."
85
- - path : pkg/golinters/godot/godot.go
86
- linters : [staticcheck]
87
- text : " SA1019: settings.CheckAll is deprecated: use Scope instead"
88
- - path : pkg/goformatters/gci/gci.go
89
- linters : [staticcheck]
90
- text : " SA1019: settings.LocalPrefixes is deprecated: use Sections instead."
91
-
92
- # Related to `run.go`, it cannot be removed.
93
- - path : pkg/golinters/gofumpt/gofumpt.go
94
- linters : [staticcheck]
95
- text : " SA1019: settings.LangVersion is deprecated: use the global `run.go` instead."
96
-
97
75
# Based on existing code, the modifications should be limited to make maintenance easier.
98
76
- path : pkg/golinters/unused/unused.go
99
77
linters : [gocritic]
Original file line number Diff line number Diff line change 4214
4214
"type" : " boolean" ,
4215
4215
"default" : false
4216
4216
},
4217
- "presets" : {
4217
+ "presets" : {
4218
4218
"type" : " array" ,
4219
4219
"items" : {
4220
4220
"enum" : [
You can’t perform that action at this time.
0 commit comments