You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
178 B

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