mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
Travis CI: Check for possible typos using codespell
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
os: linux
|
||||
dist: bionic
|
||||
language: python
|
||||
|
||||
@@ -22,6 +23,10 @@ matrix:
|
||||
script:
|
||||
- bash ./format.sh
|
||||
|
||||
# Check for possible typos
|
||||
- pip install codespell
|
||||
- codespell -I codespell-ignore.txt {about,community,development,getting_started,tutorials}/**/*.rst
|
||||
|
||||
- pip install -r requirements.txt
|
||||
# TODO: Add `-W` to turn warnings into errors.
|
||||
# This can only be done once all warnings have been fixed.
|
||||
|
||||
6
codespell-ignore.txt
Normal file
6
codespell-ignore.txt
Normal file
@@ -0,0 +1,6 @@
|
||||
doubleclick
|
||||
dof
|
||||
lod
|
||||
que
|
||||
raison
|
||||
uint
|
||||
Reference in New Issue
Block a user