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 139 B

123456789101112
  1. ---
  2. linters:
  3. enable:
  4. - godot
  5. - revive
  6. linter-settings:
  7. godot:
  8. capital: true
  9. exclude:
  10. # Ignore "See: URL"
  11. - 'See:'