Codebase list golang-github-gobuffalo-packr / upstream/2.8.1+git20201110.1968755 .codeclimate.yml
upstream/2.8.1+git20201110.1968755

Tree @upstream/2.8.1+git20201110.1968755 (Download .tar.gz)

.codeclimate.yml @upstream/2.8.1+git20201110.1968755raw · 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/"