Add godot linter to harmonitze toplevel comments

This commit is contained in:
Robert Kaussow 2024-04-26 09:46:45 +02:00
parent daf673a857
commit eb32dd003f
No known key found for this signature in database
GPG key ID: 4E692A2EAECC03C0

View file

@ -121,6 +121,13 @@ linters-settings:
- strings.Split
- callerName
- securecookie.GenerateRandomKey
godot:
scope: toplevel
period: true
capital: true
exclude:
- '^cSpell:'
- '^TODO:'
linters:
disable-all: true
@ -167,8 +174,11 @@ linters:
- forcetypeassert
- gci
- gomnd
- godot
issues:
max-issues-per-linter: 0
max-same-issues: 0
exclude-rules:
- path: 'fixtures|cmd/agent/flags.go|cmd/server/flags.go|pipeline/backend/kubernetes/flags.go|_test.go'
linters: