Codebase list golang-github-gobuffalo-packr / 7083bcf8-044b-43c4-aef5-54323b1e40a4/upstream .codeclimate.yml
7083bcf8-044b-43c4-aef5-54323b1e40a4/upstream

Tree @7083bcf8-044b-43c4-aef5-54323b1e40a4/upstream (Download .tar.gz)

.codeclimate.yml @7083bcf8-044b-43c4-aef5-54323b1e40a4/upstreamraw · 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/"