2023-04-22 08:37:23 +00:00
|
|
|
---
|
|
|
|
linters:
|
|
|
|
enable:
|
2024-06-15 13:58:47 +00:00
|
|
|
- errcheck
|
2023-04-22 08:37:23 +00:00
|
|
|
- godot
|
2024-06-15 13:58:47 +00:00
|
|
|
- gosimple
|
|
|
|
- govet
|
|
|
|
- ineffassign
|
|
|
|
- misspell
|
2023-04-22 08:37:23 +00:00
|
|
|
- revive
|
2024-06-15 13:58:47 +00:00
|
|
|
- staticcheck
|
|
|
|
- testifylint
|
|
|
|
- unused
|
2023-04-22 08:37:23 +00:00
|
|
|
|
|
|
|
linter-settings:
|
|
|
|
godot:
|
|
|
|
capital: true
|
|
|
|
exclude:
|
|
|
|
# Ignore "See: URL"
|
|
|
|
- 'See:'
|
2024-06-15 13:58:47 +00:00
|
|
|
misspell:
|
|
|
|
locale: US
|