File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 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
458458
459459- [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed successfully
460460- [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
462462- [stylecheck](https://github.com/dominikh/go-tools/tree/master/stylecheck) - Stylecheck is a replacement for golint
463463- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems
464464- [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 {
111111 linter .NewConfig (golinters .NewRowsErrCheck ()).
112112 WithLoadForGoAnalysis ().
113113 WithPresets (linter .PresetPerformance , linter .PresetBugs ).
114- WithURL ("https://github.com/jingyugao/rowserr " ),
114+ WithURL ("https://github.com/jingyugao/rowserrcheck " ),
115115
116116 linter .NewConfig (golinters .NewStaticcheck ()).
117117 WithLoadForGoAnalysis ().
You can’t perform that action at this time.
0 commit comments