edit description

pull/9/head
nishanths 5 years ago committed by GitHub
parent 03570de078
commit 3fca62ecfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,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).
* [predeclared](https://github.com/nishanths/predeclared) - Find code that shadows Go's built-in identifiers.
* [predeclared](https://github.com/nishanths/predeclared) - Find code that shadows Go's built-in identifiers (e.g., `append`, `copy`, `int`).
* [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.

Loading…
Cancel
Save