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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ and the following linters are disabled by default:
204
204
$ golangci-lint help linters
205
205
...
206
206
Disabled by default linters:
207
-
bodyclose: bodyclose checks whether HTTP response body is closed successfully [fast: false, auto-fix: false]
207
+
bodyclose: checks whether HTTP response body is closed successfully [fast: false, auto-fix: false]
208
208
depguard: Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
209
209
dupl: Tool for code clone detection [fast: true, auto-fix: false]
210
210
gochecknoglobals: Checks that no globals are present in Go code [fast: true, auto-fix: false]
@@ -417,7 +417,7 @@ golangci-lint help linters
417
417
418
418
### Disabled By Default Linters (`-E/--enable`)
419
419
420
-
- [bodyclose](https://github.com/timakin/bodyclose) - bodyclose checks whether HTTP response body is closed successfully
420
+
- [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed successfully
421
421
- [golint](https://github.com/golang/lint) - Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes
422
422
- [stylecheck](https://github.com/dominikh/go-tools/tree/master/stylecheck) - Stylecheck is a replacement for golint
423
423
- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems
0 commit comments