選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

.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:'