Skip to content

Instantly share code, notes, and snippets.

@penguinpowernz
Last active May 29, 2019 03:38
Show Gist options
  • Save penguinpowernz/264486ceb4e7fba57aa8cb14b0660270 to your computer and use it in GitHub Desktop.
Save penguinpowernz/264486ceb4e7fba57aa8cb14b0660270 to your computer and use it in GitHub Desktop.
Golang project codeclimate config
version: "2"
plugins:
govet:
enabled: true
golint:
enabled: true
gofmt:
enabled: true
FIXME:
enabled: true
exclude:
- "vendor/*"
- "**/fake_*.go"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment