.codeclimate.yml 125 B

1234567891011
  1. ---
  2. engines:
  3. gofmt:
  4. enabled: true
  5. govet:
  6. enabled: true
  7. golint:
  8. enabled: true
  9. ratings:
  10. paths:
  11. - "**.go"