File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ golangci-lint help linters
458
458
459
459
- [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed successfully
460
460
- [golint](https://github.com/golang/lint) - Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes
461
- - [rowserrcheck](https://github.com/jingyugao/rowserr ) - checks whether Err of rows is checked successfully
461
+ - [rowserrcheck](https://github.com/jingyugao/rowserrcheck ) - checks whether Err of rows is checked successfully
462
462
- [stylecheck](https://github.com/dominikh/go-tools/tree/master/stylecheck) - Stylecheck is a replacement for golint
463
463
- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems
464
464
- [interfacer](https://github.com/mvdan/interfacer) - Linter that suggests narrower interface types
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ func (m Manager) GetAllSupportedLinterConfigs() []*linter.Config {
111
111
linter .NewConfig (golinters .NewRowsErrCheck ()).
112
112
WithLoadForGoAnalysis ().
113
113
WithPresets (linter .PresetPerformance , linter .PresetBugs ).
114
- WithURL ("https://github.com/jingyugao/rowserr " ),
114
+ WithURL ("https://github.com/jingyugao/rowserrcheck " ),
115
115
116
116
linter .NewConfig (golinters .NewStaticcheck ()).
117
117
WithLoadForGoAnalysis ().
You can’t perform that action at this time.
0 commit comments