From 78079be9277f76fecc71f76eda04225313ca4c20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianguido=20Sor=C3=A0?= Date: Sat, 11 May 2019 00:29:34 +0200 Subject: [PATCH] Re-generate README.md due to description change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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