vikunja/vendor/honnef.co/go/tools/cmd/staticcheck
kolaente 99f83542f6
Some checks failed
continuous-integration/drone/push Build is failing
Updated staticcheck
2019-04-22 12:59:42 +02:00
..
README.md Fix lint errs (#59) 2019-02-18 19:32:41 +00:00
staticcheck.go Updated staticcheck 2019-04-22 12:59:42 +02:00

staticcheck

staticcheck offers extensive analysis of Go code, covering a myriad of categories. It will detect bugs, suggest code simplifications, point out dead code, and more.

Installation

See the main README for installation instructions.

Documentation

Detailed documentation can be found on staticcheck.io.