gofmt
Language / Framework: Go
Checks: 1
Categories: Style
Go Version: 1.31.1
Gofmt is the official style checker from the Go team.
Enable the Plugin
To enable gofmt for your project, add the following to your .codeclimate.yml
configuration file:
plugins:
gofmt:
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
"Gofmt's style is no one's favorite, yet gofmt is everyone's favorite." - The Go Proverbs
Updated about 5 years ago