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.

.golangci.yml 181B

12345678910
  1. run:
  2. build-tags:
  3. - lint
  4. issues-exit-code: 0 # TODO: change this to 1 when we want it to fail builds
  5. skip-dirs:
  6. - contrib/
  7. - misc/
  8. linters:
  9. disable:
  10. - gocyclo