local-server/vendor/github.com/gobuffalo/packr/.codeclimate.yml

21 lines
286 B
YAML
Raw Normal View History

2018-11-13 03:44:15 +00:00
---
engines:
golint:
enabled: true
checks:
GoLint/Naming/MixedCaps:
enabled: false
govet:
enabled: true
gofmt:
enabled: true
fixme:
enabled: true
ratings:
paths:
- "**.go"
exclude_paths:
- "**/*_test.go"
- "*_test.go"
- "fixtures/"