spell checking
This commit is contained in:
parent
2495dae78a
commit
8894146c06
|
@ -13,3 +13,6 @@ script:
|
||||||
- phpunit
|
- phpunit
|
||||||
- ls -l code-coverage/*
|
- ls -l code-coverage/*
|
||||||
- sonar-scanner
|
- sonar-scanner
|
||||||
|
- pip install codespell
|
||||||
|
- cd lam
|
||||||
|
- ./codespell.sh
|
||||||
|
|
Loading…
Reference in New Issue