Codebase list golang-github-gobuffalo-packr / 165eca59-588c-4c18-ae57-445220e2f5bf/upstream .codeclimate.yml
165eca59-588c-4c18-ae57-445220e2f5bf/upstream

Tree @165eca59-588c-4c18-ae57-445220e2f5bf/upstream (Download .tar.gz)

.codeclimate.yml @165eca59-588c-4c18-ae57-445220e2f5bf/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/"