File tree Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Expand file tree Collapse file tree 3 files changed +12
-8
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ require (
54
54
github.com/polyfloyd/go-errorlint v0.0.0-20201127212506-19bd8db6546f
55
55
github.com/ryancurrah/gomodguard v1.2.0
56
56
github.com/ryanrolds/sqlclosecheck v0.3.0
57
- github.com/sanposhiho/wastedassign v0.1.1
57
+ github.com/sanposhiho/wastedassign v0.1.2
58
58
github.com/securego/gosec/v2 v2.5.0
59
59
github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c
60
60
github.com/shirou/gopsutil/v3 v3.21.1
Original file line number Diff line number Diff line change @@ -367,20 +367,17 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
367
367
linter .NewConfig (golinters .NewPredeclared (predeclaredCfg )).
368
368
WithPresets (linter .PresetStyle ).
369
369
WithURL ("https://github.com/nishanths/predeclared" ),
370
- << << << < HEAD
371
370
linter .NewConfig (golinters .NewRevive (reviveCfg )).
372
371
WithPresets (linter .PresetStyle ).
373
372
WithURL ("https://github.com/mgechev/revive" ),
374
373
linter .NewConfig (golinters .NewDurationCheck ()).
375
374
WithPresets (linter .PresetBugs ).
376
375
WithLoadForGoAnalysis ().
377
376
WithURL ("https://github.com/charithe/durationcheck" ),
378
- == == == =
379
377
linter .NewConfig (golinters .NewWastedAssign ()).
380
378
WithLoadForGoAnalysis ().
381
379
WithPresets (linter .PresetStyle ).
382
380
WithURL ("https://github.com/sanposhiho/wastedassign" ),
383
- >> >> >> > efdda8eb ... Add linter wastedassign
384
381
385
382
// nolintlint must be last because it looks at the results of all the previous linters for unused nolint directives
386
383
linter .NewConfig (golinters .NewNoLintLint ()).
You can’t perform that action at this time.
0 commit comments