188

Language / Framework: Go
Checks: 1
Categories: Bug Risk
Govet Version: 1.13.1

govet was created by the Go team at Google. It examines Go source code to identify suspicious constructs and potential bugs.

Enable the Plugin

To enable govet for your project, add the following to your .codeclimate.yml configuration file: ​:

plugins:
  govet:
    enabled: true

More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate

Configure the Plugin

No configuration is available for this engine

Understand the Plugin

The official govet documentation has information about the checks and their rationale.