Codebase list golang-github-gobuffalo-packr / 5a94fa3e-0974-4960-998a-c5d82b0bddf1/upstream .codeclimate.yml
5a94fa3e-0974-4960-998a-c5d82b0bddf1/upstream

Tree @5a94fa3e-0974-4960-998a-c5d82b0bddf1/upstream (Download .tar.gz)

.codeclimate.yml @5a94fa3e-0974-4960-998a-c5d82b0bddf1/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/"