Go source code linter providing checks currently missing from other linters.
You can use this tool to make whole codebase checks periodically.
There is never too much static code analysis. Try it out.
This extension provides integration with go-critic
, which is probably the most opinionsted linter for Go out there.
Go-critic, refer to the official instructions.
Initial development release. Adds basic go-critic support.
Adopted the new gocritic
, refactored code.