@@ -205,6 +205,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
205
205
WithURL ("https://github.com/charithe/durationcheck" ),
206
206
207
207
linter .NewConfig (errcheck .New (& cfg .LintersSettings .Errcheck )).
208
+ WithGroups (config .DefaultSetNameStandard ).
208
209
WithEnabledByDefault ().
209
210
WithSince ("v1.0.0" ).
210
211
WithLoadForGoAnalysis ().
@@ -374,6 +375,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
374
375
WithURL ("https://github.com/securego/gosec" ),
375
376
376
377
linter .NewConfig (gosimple .New (& cfg .LintersSettings .Gosimple )).
378
+ WithGroups (config .DefaultSetNameStandard ).
377
379
WithEnabledByDefault ().
378
380
WithSince ("v1.20.0" ).
379
381
WithLoadForGoAnalysis ().
@@ -386,6 +388,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
386
388
WithURL ("https://github.com/xen0n/gosmopolitan" ),
387
389
388
390
linter .NewConfig (govet .New (& cfg .LintersSettings .Govet )).
391
+ WithGroups (config .DefaultSetNameStandard ).
389
392
WithEnabledByDefault ().
390
393
WithSince ("v1.0.0" ).
391
394
WithLoadForGoAnalysis ().
@@ -413,6 +416,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
413
416
WithURL ("https://github.com/macabu/inamedparam" ),
414
417
415
418
linter .NewConfig (ineffassign .New ()).
419
+ WithGroups (config .DefaultSetNameStandard ).
416
420
WithEnabledByDefault ().
417
421
WithSince ("v1.0.0" ).
418
422
WithURL ("https://github.com/gordonklaus/ineffassign" ),
@@ -575,6 +579,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
575
579
WithURL ("https://github.com/jjti/go-spancheck" ),
576
580
577
581
linter .NewConfig (staticcheck .New (& cfg .LintersSettings .Staticcheck )).
582
+ WithGroups (config .DefaultSetNameStandard ).
578
583
WithEnabledByDefault ().
579
584
WithSince ("v1.0.0" ).
580
585
WithLoadForGoAnalysis ().
@@ -637,6 +642,7 @@ func (LinterBuilder) Build(cfg *config.Config) ([]*linter.Config, error) {
637
642
WithURL ("https://github.com/mvdan/unparam" ),
638
643
639
644
linter .NewConfig (unused .New (& cfg .LintersSettings .Unused )).
645
+ WithGroups (config .DefaultSetNameStandard ).
640
646
WithEnabledByDefault ().
641
647
WithSince ("v1.20.0" ).
642
648
WithLoadForGoAnalysis ().
0 commit comments