mirror of https://github.com/apache/cloudstack.git
pylint cmd debug
This commit is contained in:
parent
23472e8d1c
commit
7c978960aa
|
|
@ -33,8 +33,9 @@ fi
|
|||
echo "Running pylint to check systemvm/python code for errors"
|
||||
python --version
|
||||
pyenv versions
|
||||
pylint3 --disable=R,C,W *.py
|
||||
pylint3 --disable=R,C,W `find ../debian -name \*.py`
|
||||
pylint --version
|
||||
pylint --disable=R,C,W *.py
|
||||
pylint --disable=R,C,W `find ../debian -name \*.py`
|
||||
if [ $? -gt 0 ]
|
||||
then
|
||||
echo "pylint failed, please check your code"
|
||||
|
|
|
|||
Loading…
Reference in New Issue