Skip to content

Static code analysis with govet

Pavlo Strokov requested to merge ps-govet-enabled-with-excludes into master

govet tool helps to identify a lot of common mistakes such as unused\dead\unreachable code, wrong context usage\copy by value of the locking primitives, etc. It is enabled with disabled check for uses unkeyed fields.
Also it contains fixes for all issues reported by new linter.

Merge request reports