Travis CI: Check for possible typos using codespell

This commit is contained in:
Hugo Locurcio
2020-04-18 00:12:21 +02:00
parent cb57bfa008
commit 02054d5892
2 changed files with 11 additions and 0 deletions

View File

@@ -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
View File

@@ -0,0 +1,6 @@
doubleclick
dof
lod
que
raison
uint