Last active
May 29, 2019 03:38
-
-
Save penguinpowernz/264486ceb4e7fba57aa8cb14b0660270 to your computer and use it in GitHub Desktop.
Golang project codeclimate config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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