max length to 120

dev
Dmitry Titov 3 years ago
parent 75c78fc0c5
commit 1fc762fa64

@ -69,7 +69,7 @@ pylint:
if [ ! -z "$FLIST" ];
then
mkdir -p build/reports;
flake8 --format junit-xml $FLIST > build/reports/flake8-junit.xml || flake8 $FLIST;
flake8 --max-line-length 120 --format junit-xml $FLIST > build/reports/flake8-junit.xml || flake8 $FLIST;
else
echo "No files to lint"
true;

Loading…
Cancel
Save