@@ -136,7 +136,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
136
136
// When a new linter is added the version in `WithSince(...)` must be the next minor version of golangci-lint.
137
137
return []* linter.Config {
138
138
linter .NewConfig (asasalint .New (& cfg .LintersSettings .Asasalint )).
139
- WithSince ("1 .47.0" ).
139
+ WithSince ("v1 .47.0" ).
140
140
WithPresets (linter .PresetBugs ).
141
141
WithLoadForGoAnalysis ().
142
142
WithURL ("https://github.com/alingse/asasalint" ),
@@ -147,7 +147,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
147
147
WithURL ("https://github.com/tdakkota/asciicheck" ),
148
148
149
149
linter .NewConfig (bidichk .New (& cfg .LintersSettings .BiDiChk )).
150
- WithSince ("1 .43.0" ).
150
+ WithSince ("v1 .43.0" ).
151
151
WithPresets (linter .PresetBugs ).
152
152
WithURL ("https://github.com/breml/bidichk" ),
153
153
@@ -164,7 +164,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
164
164
WithURL ("https://github.com/lasiar/canonicalHeader" ),
165
165
166
166
linter .NewConfig (containedctx .New ()).
167
- WithSince ("1 .44.0" ).
167
+ WithSince ("v1 .44.0" ).
168
168
WithLoadForGoAnalysis ().
169
169
WithPresets (linter .PresetStyle ).
170
170
WithURL ("https://github.com/sivchari/containedctx" ),
@@ -215,7 +215,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
215
215
WithURL ("https://github.com/mibk/dupl" ),
216
216
217
217
linter .NewConfig (dupword .New (& cfg .LintersSettings .DupWord )).
218
- WithSince ("1 .50.0" ).
218
+ WithSince ("v1 .50.0" ).
219
219
WithPresets (linter .PresetComment ).
220
220
WithURL ("https://github.com/Abirdcfly/dupword" ),
221
221
@@ -233,7 +233,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
233
233
WithURL ("https://github.com/kisielk/errcheck" ),
234
234
235
235
linter .NewConfig (errchkjson .New (& cfg .LintersSettings .ErrChkJSON )).
236
- WithSince ("1 .44.0" ).
236
+ WithSince ("v1 .44.0" ).
237
237
WithPresets (linter .PresetBugs ).
238
238
WithLoadForGoAnalysis ().
239
239
WithURL ("https://github.com/breml/errchkjson" ),
@@ -299,7 +299,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
299
299
WithURL ("https://github.com/gostaticanalysis/forcetypeassert" ),
300
300
301
301
linter .NewConfig (fatcontext .New ()).
302
- WithSince ("1 .58.0" ).
302
+ WithSince ("v1 .58.0" ).
303
303
WithPresets (linter .PresetPerformance ).
304
304
WithLoadForGoAnalysis ().
305
305
WithURL ("https://github.com/Crocmagnon/fatcontext" ),
@@ -660,7 +660,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
660
660
WithURL ("https://github.com/ghostiam/protogetter" ),
661
661
662
662
linter .NewConfig (reassign .New (& cfg .LintersSettings .Reassign )).
663
- WithSince ("1 .49.0" ).
663
+ WithSince ("v1 .49.0" ).
664
664
WithPresets (linter .PresetBugs ).
665
665
WithLoadForGoAnalysis ().
666
666
WithURL ("https://github.com/curioswitch/go-reassign" ),
0 commit comments