codeclimate: add .codeclimate.yml

License: MIT
Signed-off-by: Hector Sanjuan <code@hector.link>
This commit is contained in:
Hector Sanjuan 2017-12-08 00:48:51 +01:00
parent 6a243df4da
commit 50859a8954

19
.codeclimate.yml Normal file
View File

@ -0,0 +1,19 @@
ratings:
paths:
- "**/*.go"
engines:
fixme:
enabled: true
config:
strings:
- FIXME
- HACK
- XXX
- BUG
golint:
enabled: true
govet:
enabled: true
gofmt:
enabled: true