Codebase list golang-github-gobuffalo-packr / fcd45d96-6228-4c7d-a4a4-ab16306a4d36/upstream .codeclimate.yml
fcd45d96-6228-4c7d-a4a4-ab16306a4d36/upstream

Tree @fcd45d96-6228-4c7d-a4a4-ab16306a4d36/upstream (Download .tar.gz)

.codeclimate.yml @fcd45d96-6228-4c7d-a4a4-ab16306a4d36/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/"