Codebase list golang-github-gobuffalo-packr / 455c9b6e-741c-49e0-8a88-ff072f37e7a8/main .codeclimate.yml
455c9b6e-741c-49e0-8a88-ff072f37e7a8/main

Tree @455c9b6e-741c-49e0-8a88-ff072f37e7a8/main (Download .tar.gz)

.codeclimate.yml @455c9b6e-741c-49e0-8a88-ff072f37e7a8/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/"