Codebase list golang-github-gobuffalo-packr / 8e5b0ace-7226-48ef-ab35-7ee825eb1390/upstream .codeclimate.yml
8e5b0ace-7226-48ef-ab35-7ee825eb1390/upstream

Tree @8e5b0ace-7226-48ef-ab35-7ee825eb1390/upstream (Download .tar.gz)

.codeclimate.yml @8e5b0ace-7226-48ef-ab35-7ee825eb1390/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/"