2021-12-16 15:15:53 -05:00
|
|
|
---
|
|
|
|
linters:
|
|
|
|
enable:
|
2024-07-16 12:46:30 -04:00
|
|
|
- errcheck
|
2022-11-21 10:03:02 -05:00
|
|
|
- godot
|
2024-07-16 12:46:30 -04:00
|
|
|
- gosimple
|
|
|
|
- govet
|
|
|
|
- ineffassign
|
2024-02-26 11:45:07 -05:00
|
|
|
- misspell
|
2022-11-21 10:03:02 -05:00
|
|
|
- revive
|
2024-07-16 12:46:30 -04:00
|
|
|
- staticcheck
|
|
|
|
- testifylint
|
|
|
|
- unused
|
2022-11-21 10:03:02 -05:00
|
|
|
|
|
|
|
linter-settings:
|
|
|
|
godot:
|
|
|
|
capital: true
|
|
|
|
exclude:
|
|
|
|
# Ignore "See: URL"
|
|
|
|
- 'See:'
|
2024-02-26 11:45:07 -05:00
|
|
|
misspell:
|
|
|
|
locale: US
|