scripts: pep8 is renamed to pycodestyle
Fix it to use the new name. Signed-off-by: Claudius Heine <ch@denx.de>
This commit is contained in:
committed by
Daniel Wagner
parent
fa1575790f
commit
8119dff5f0
@@ -2,8 +2,8 @@
|
||||
|
||||
ERROR=0
|
||||
|
||||
echo "Checking with pep8"
|
||||
pep8 $1/*.py $1/*/*.py || ERROR=$(expr $ERROR + 1)
|
||||
echo "Checking with pycodestyle"
|
||||
pycodestyle $1/*.py $1/*/*.py || ERROR=$(expr $ERROR + 1)
|
||||
|
||||
echo "Checking with pylint"
|
||||
pylint $1/*.py $1/*/*.py || ERROR=$(expr $ERROR + 2)
|
||||
|
Reference in New Issue
Block a user