github.com/zachgersh/packr@v1.11.1/.codeclimate.yml (about)

     1  ---
     2  engines:
     3    golint:
     4      enabled: true
     5      checks:
     6        GoLint/Naming/MixedCaps:
     7          enabled: false
     8    govet:
     9      enabled: true
    10    gofmt:
    11      enabled: true
    12    fixme:
    13      enabled: true
    14  ratings:
    15    paths:
    16      - "**.go"
    17  exclude_paths:
    18    - "**/*_test.go"
    19    - "*_test.go"
    20    - "fixtures/"