您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

.golangci.yml 179B

123456789101112131415
  1. ---
  2. linters:
  3. enable:
  4. - godot
  5. - misspell
  6. - revive
  7. linter-settings:
  8. godot:
  9. capital: true
  10. exclude:
  11. # Ignore "See: URL"
  12. - 'See:'
  13. misspell:
  14. locale: US