Codebase list golang-github-gobuffalo-packr / 03adc650-47e4-4382-9105-3e5a65e18573/main .codeclimate.yml
03adc650-47e4-4382-9105-3e5a65e18573/main

Tree @03adc650-47e4-4382-9105-3e5a65e18573/main (Download .tar.gz)

.codeclimate.yml @03adc650-47e4-4382-9105-3e5a65e18573/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/"