Codebase list golang-github-gobuffalo-packr / 43860a80-392d-4eae-af8a-d48a1953ec62/main .codeclimate.yml
43860a80-392d-4eae-af8a-d48a1953ec62/main

Tree @43860a80-392d-4eae-af8a-d48a1953ec62/main (Download .tar.gz)

.codeclimate.yml @43860a80-392d-4eae-af8a-d48a1953ec62/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/"