Codebase list golang-github-gobuffalo-packr / fc63daad-c442-4a9e-9933-9bb6e45f228c/main .codeclimate.yml
fc63daad-c442-4a9e-9933-9bb6e45f228c/main

Tree @fc63daad-c442-4a9e-9933-9bb6e45f228c/main (Download .tar.gz)

.codeclimate.yml @fc63daad-c442-4a9e-9933-9bb6e45f228c/mainraw · history · blame

---
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/"