mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-23 11:15:32 +02:00
chore(spelling): add codespell pre-commit hook
Fixes spelling mistakes identified by it.
This commit is contained in:
parent
bc15d8950f
commit
1d2898f6ab
14 changed files with 23 additions and 18 deletions
|
@ -18,3 +18,8 @@ repos:
|
|||
hooks:
|
||||
- id: gdformat
|
||||
exclude: "^addons/gut/"
|
||||
- repo: https://github.com/codespell-project/codespell
|
||||
rev: v2.2.6
|
||||
hooks:
|
||||
- id: codespell
|
||||
exclude: ".*package-lock.json|.*demo.txt|.*fonts.*LICENSE|.*THIRDPARTY_NOTICES.*|.*.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue