Codebase list golang-github-gobuffalo-packr / 83a979cb-e4b0-483d-aaf4-058f4020ba85/upstream .codeclimate.yml
83a979cb-e4b0-483d-aaf4-058f4020ba85/upstream

Tree @83a979cb-e4b0-483d-aaf4-058f4020ba85/upstream (Download .tar.gz)

.codeclimate.yml @83a979cb-e4b0-483d-aaf4-058f4020ba85/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/"