Codebase list golang-github-gobuffalo-packr / 2969f73d-4da3-4d46-9c0c-aac6b31f94cc/main .codeclimate.yml
2969f73d-4da3-4d46-9c0c-aac6b31f94cc/main

Tree @2969f73d-4da3-4d46-9c0c-aac6b31f94cc/main (Download .tar.gz)

.codeclimate.yml @2969f73d-4da3-4d46-9c0c-aac6b31f94cc/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/"