Re-generate README.md due to description change
This commit is contained in:
parent
72e137e344
commit
78079be927
@ -204,7 +204,7 @@ and the following linters are disabled by default:
|
|||||||
$ golangci-lint help linters
|
$ golangci-lint help linters
|
||||||
...
|
...
|
||||||
Disabled by default linters:
|
Disabled by default linters:
|
||||||
bodyclose: bodyclose checks whether HTTP response body is closed successfully [fast: false, auto-fix: false]
|
bodyclose: checks whether HTTP response body is closed successfully [fast: false, auto-fix: false]
|
||||||
depguard: Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
|
depguard: Go linter that checks if package imports are in a list of acceptable packages [fast: true, auto-fix: false]
|
||||||
dupl: Tool for code clone detection [fast: true, auto-fix: false]
|
dupl: Tool for code clone detection [fast: true, auto-fix: false]
|
||||||
gochecknoglobals: Checks that no globals are present in Go code [fast: true, auto-fix: false]
|
gochecknoglobals: Checks that no globals are present in Go code [fast: true, auto-fix: false]
|
||||||
@ -417,7 +417,7 @@ golangci-lint help linters
|
|||||||
|
|
||||||
### Disabled By Default Linters (`-E/--enable`)
|
### Disabled By Default Linters (`-E/--enable`)
|
||||||
|
|
||||||
- [bodyclose](https://github.com/timakin/bodyclose) - bodyclose checks whether HTTP response body is closed successfully
|
- [bodyclose](https://github.com/timakin/bodyclose) - checks whether HTTP response body is closed successfully
|
||||||
- [golint](https://github.com/golang/lint) - Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes
|
- [golint](https://github.com/golang/lint) - Golint differs from gofmt. Gofmt reformats Go source code, whereas golint prints out style mistakes
|
||||||
- [stylecheck](https://github.com/dominikh/go-tools/tree/master/stylecheck) - Stylecheck is a replacement for golint
|
- [stylecheck](https://github.com/dominikh/go-tools/tree/master/stylecheck) - Stylecheck is a replacement for golint
|
||||||
- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems
|
- [gosec](https://github.com/securego/gosec) - Inspects source code for security problems
|
||||||
|
Loading…
x
Reference in New Issue
Block a user