Codebase list golang-github-gobuffalo-packr / 6a6e5ce7-7acc-4186-beff-822062e0df81/main .codeclimate.yml
6a6e5ce7-7acc-4186-beff-822062e0df81/main

Tree @6a6e5ce7-7acc-4186-beff-822062e0df81/main (Download .tar.gz)

.codeclimate.yml @6a6e5ce7-7acc-4186-beff-822062e0df81/mainraw · 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/"