github.com/bketelsen/buffalo@v0.9.5/generators/newapp/templates/dot-codeclimate.yml.tmpl (about)

     1  engines:
     2    fixme:
     3      enabled: true
     4    gofmt:
     5      enabled: true
     6    golint:
     7      enabled: true
     8    govet:
     9      enabled: true
    10  exclude_paths:
    11    - grifts/**/*
    12    - "**/*_test.go"
    13    - "*_test.go"
    14    - "**_test.go"
    15    - logs/*
    16    - public/*
    17    - templates/*
    18  ratings:
    19    paths:
    20      - "**.go"