You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stylecheck: Stylecheck is a replacement for golint [fast: true, auto-fix: false]
233
234
unconvert: Remove unnecessary type conversions [fast: true, auto-fix: false]
@@ -456,6 +457,7 @@ golangci-lint help linters
456
457
457
458
- [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed successfully
458
459
- [golint](https://github.com/golang/lint) - Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes
460
+
- [rowserrcheck](https://github.com/jingyugao/rowserr) - checks whether Err of rows is checked successfully
459
461
- [stylecheck](https://github.com/dominikh/go-tools/tree/master/stylecheck) - Stylecheck is a replacement for golint
460
462
- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems
461
463
- [interfacer](https://github.com/mvdan/interfacer) - Linter that suggests narrower interface types
@@ -983,6 +985,7 @@ linters:
983
985
# inverted configuration with `enable-all` and `disable` is not scalable during updates of golangci-lint
984
986
disable-all: true
985
987
enable:
988
+
# - rowserrcheck
986
989
- bodyclose
987
990
- deadcode
988
991
- depguard
@@ -1204,6 +1207,7 @@ Thanks to developers and authors of used linters:
0 commit comments