⚠️

Code Climate Quality is being replaced with Qlty Cloud

— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.

188

Language / Framework: Go
Checks: 1
Categories: Style
Go Version: 1.31.1

Gofmt is the official style checker from the Go team.

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://.com/codeclimate/codeclimate

No configuration is available for this engine

"Gofmt's style is no one's favorite, yet gofmt is everyone's favorite." - The Go Proverbs