github.com/hirochachacha/plua@v0.0.0-20170217012138-c82f520cc725/.codeclimate.yml (about)

     1  ---
     2  engines:
     3    fixme:
     4      enabled: true
     5    gofmt:
     6      enabled: true
     7    golint:
     8      enabled: true
     9    govet:
    10      enabled: true
    11  ratings:
    12    paths:
    13      - "**.go"
    14  exclude_paths:
    15      - _fuzz/
    16      - vendor/