From 7444ad94756e5933fcbae4fe0e604021b4bf683d Mon Sep 17 00:00:00 2001 From: Isaev Denis Date: Thu, 26 Jul 2018 09:43:50 +0300 Subject: [PATCH] Add revive --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 84c84ed..8b1bc55 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Sponsored by [GolangCI](https://golangci.com): SaaS service for running linters * [lll](https://github.com/walle/lll) - Line length linter, used to enforce line length in files. * [misspell](https://github.com/client9/misspell) - Finds commonly misspelled English words * [nofuncflags](https://github.com/fsamin/nofuncflags) - disallow boolean params to functions (flags). +* [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.