From 578040fa591ffd9df286dc6b1524c6166f89a021 Mon Sep 17 00:00:00 2001 From: Isaev Denis Date: Tue, 10 Sep 2019 13:22:43 +0300 Subject: [PATCH] Add the `whitespace` linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc9fab1..d598e51 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [revive](https://github.com/mgechev/revive) - ~6x faster, stricter, configurable, extensible, and beautiful drop-in replacement for golint * [unconvert](https://github.com/mdempsky/unconvert) - Remove unnecessary type conversions from Go source. * [usedexports](https://github.com/jgautheron/usedexports) - Find in Go exported variables that could be unexported. +* [whitespace](https://github.com/ultraware/whitespace) - Checks for unnecessary newlines at the start and end of functions ### Bugs * [apicompat](https://github.com/bradleyfalzon/apicompat) - Checks recent changes to a Go project for backwards incompatible changes.