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.

17 lines
312 B

  1. issues:
  2. max-same-issues: 0
  3. exclude-use-default: false
  4. linters:
  5. enable:
  6. - whitespace
  7. - gosec
  8. - gci
  9. - misspell
  10. - gomnd
  11. - gofmt
  12. - goimports
  13. - lll
  14. - golint
  15. linters-settings:
  16. lll:
  17. line-length: 100