Codebase list golang-github-gobuffalo-packr / ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main .codeclimate.yml
ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main

Tree @ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/main (Download .tar.gz)

.codeclimate.yml @ffb1de6e-5cd5-4f85-abb6-c4ef237269f5/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/"