kubo/.codeclimate.yml
Jakub Sztandera ddbc635425
codeclimate: exclude protobuf generated files
License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2017-03-24 01:37:45 +01:00

20 lines
215 B
YAML

ratings:
paths:
- "**/*.go"
exclude_paths:
- test/
- Godeps/
- thirdparty/
- "**/*.pb.go"
engines:
fixme:
enabled: true
golint:
enabled: true
govet:
enabled: true
gofmt:
enabled: true