選択できるのは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