Codebase list golang-github-gobuffalo-packr / 87c69ca5-e8bf-4e06-b16e-230a056002e4/main .codeclimate.yml
87c69ca5-e8bf-4e06-b16e-230a056002e4/main

Tree @87c69ca5-e8bf-4e06-b16e-230a056002e4/main (Download .tar.gz)

.codeclimate.yml @87c69ca5-e8bf-4e06-b16e-230a056002e4/main

cbdaebd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
---
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/"