Codebase list golang-github-gobuffalo-packr / 8592438f-8df5-482e-941e-bc5a08ef696c/upstream .codeclimate.yml
8592438f-8df5-482e-941e-bc5a08ef696c/upstream

Tree @8592438f-8df5-482e-941e-bc5a08ef696c/upstream (Download .tar.gz)

.codeclimate.yml @8592438f-8df5-482e-941e-bc5a08ef696c/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/"