File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 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
You can’t perform that action at this time.
0 commit comments