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.

22 lines
322 B

  1. linters:
  2. enable:
  3. - deadcode
  4. - dogsled
  5. - dupl
  6. - errcheck
  7. - gocognit
  8. - goconst
  9. - gocritic
  10. - gocyclo
  11. - gofmt
  12. - golint
  13. - gosimple
  14. - govet
  15. - maligned
  16. - misspell
  17. - prealloc
  18. - staticcheck
  19. - structcheck
  20. - typecheck
  21. - unparam
  22. - unused
  23. - varcheck