Adding pylint to Util/BuildTools/ folder
This commit is contained in:
parent
db88de61c6
commit
b8ea58b7f5
|
@ -55,7 +55,7 @@ matrix:
|
||||||
- pip2 install -q --user -r PythonAPI/util/requirements.txt
|
- pip2 install -q --user -r PythonAPI/util/requirements.txt
|
||||||
script:
|
script:
|
||||||
- shopt -s globstar
|
- shopt -s globstar
|
||||||
- pylint --disable=R,C --rcfile=PythonAPI/.pylintrc PythonAPI/**/*.py
|
- pylint --disable=R,C --rcfile=PythonAPI/.pylintrc PythonAPI/**/*.py Util/BuildTools/*.py
|
||||||
|
|
||||||
- env: TEST="Pylint 3"
|
- env: TEST="Pylint 3"
|
||||||
addons:
|
addons:
|
||||||
|
@ -73,7 +73,7 @@ matrix:
|
||||||
- pip3 install -q --user -r Util/Docker/requirements.txt
|
- pip3 install -q --user -r Util/Docker/requirements.txt
|
||||||
script:
|
script:
|
||||||
- shopt -s globstar
|
- shopt -s globstar
|
||||||
- pylint --disable=R,C --rcfile=PythonAPI/.pylintrc PythonAPI/**/*.py Util/Docker/*.py
|
- pylint --disable=R,C --rcfile=PythonAPI/.pylintrc PythonAPI/**/*.py Util/Docker/*.py Util/BuildTools/*.py
|
||||||
|
|
||||||
- env: TEST="MkDocs"
|
- env: TEST="MkDocs"
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in New Issue