Codebase list golang-github-gobuffalo-packr / d40fecd8-db21-4a14-8722-81c49b4f03fb/upstream .codeclimate.yml
d40fecd8-db21-4a14-8722-81c49b4f03fb/upstream

Tree @d40fecd8-db21-4a14-8722-81c49b4f03fb/upstream (Download .tar.gz)

.codeclimate.yml @d40fecd8-db21-4a14-8722-81c49b4f03fb/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/"