jjb: babeltrace: ignore pragma warnings on MacOS
[lttng-ci.git] / scripts / lttng-analyses / pylint.sh
index 7f3ec6e87eb30fc01b987c356cd5a1786afaa92c..a4b38b0e675cc575c8eb73583a4130cbe50042b1 100755 (executable)
@@ -43,10 +43,8 @@ set +ux
 set -ux
 
 pip install --quiet pylint
-pip install --quiet pep8
 
 
 cd "$SRCDIR"
 
-pep8 lttnganalyses | tee "$WORKSPACE/pep8.out"
 pylint -f parseable --ignore="_version.py" --disable=C0111 lttnganalyses | tee "$WORKSPACE/pylint.out"
This page took 0.023601 seconds and 4 git commands to generate.