mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:28:57 +00:00
16 lines
179 B
YAML
16 lines
179 B
YAML
|
---
|
||
|
linters:
|
||
|
enable:
|
||
|
- godot
|
||
|
- misspell
|
||
|
- revive
|
||
|
|
||
|
linter-settings:
|
||
|
godot:
|
||
|
capital: true
|
||
|
exclude:
|
||
|
# Ignore "See: URL"
|
||
|
- 'See:'
|
||
|
misspell:
|
||
|
locale: US
|