2021-06-28 08:41:19 +00:00
|
|
|
---
|
2019-10-22 17:32:05 +00:00
|
|
|
linters:
|
|
|
|
enable:
|
2024-10-10 11:33:36 +00:00
|
|
|
- errcheck
|
2022-11-04 13:57:20 +00:00
|
|
|
- godot
|
2024-10-10 11:33:36 +00:00
|
|
|
- gosimple
|
|
|
|
- govet
|
|
|
|
- ineffassign
|
2024-06-05 20:10:03 +00:00
|
|
|
- misspell
|
2022-11-04 13:57:20 +00:00
|
|
|
- revive
|
2024-10-10 11:33:36 +00:00
|
|
|
- staticcheck
|
|
|
|
- testifylint
|
|
|
|
- unused
|
2022-11-04 13:57:20 +00:00
|
|
|
|
|
|
|
linter-settings:
|
|
|
|
godot:
|
|
|
|
capital: true
|
|
|
|
exclude:
|
|
|
|
# Ignore "See: URL"
|
|
|
|
- 'See:'
|
2024-06-05 20:10:03 +00:00
|
|
|
misspell:
|
|
|
|
locale: US
|