gago/.codeclimate.yml

17 lines
219 B
YAML
Raw Normal View History

2021-09-11 12:47:32 +02:00
---
engines:
golint:
enabled: true
checks:
GoLint/Naming/MixedCaps:
enabled: false
govet:
enabled: true
gofmt:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "*.go"