diff --git a/README.md b/README.md index c09ff0c6..6a6628ae 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ and the following linters are disabled by default: $ golangci-lint help 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] 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] @@ -417,7 +417,7 @@ golangci-lint help linters ### 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 - [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