Codebase list golang-github-gobuffalo-packr / 03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream .codeclimate.yml
03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream

Tree @03adc40a-28fd-4eee-9f0e-b40c74bc0d59/upstream (Download .tar.gz)

.codeclimate.yml @03adc40a-28fd-4eee-9f0e-b40c74bc0d59/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/"