Codebase list golang-github-gobuffalo-packr / 40e262bc-f5f6-42f4-9574-aeb48a15bf62/main .codeclimate.yml
40e262bc-f5f6-42f4-9574-aeb48a15bf62/main

Tree @40e262bc-f5f6-42f4-9574-aeb48a15bf62/main (Download .tar.gz)

.codeclimate.yml @40e262bc-f5f6-42f4-9574-aeb48a15bf62/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/"