laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/35805?usp=email )
Change subject: contrib/jenkins.sh: include tests/*.py in pylint ......................................................................
contrib/jenkins.sh: include tests/*.py in pylint
Change-Id: I9c8113acf5341b198d91040710b6b10cb2b6ef38 --- M contrib/jenkins.sh 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh index e75ac40..3f32e9e 100755 --- a/contrib/jenkins.sh +++ b/contrib/jenkins.sh @@ -45,7 +45,7 @@ --disable E1102 \ --disable E0401 \ --enable W0301 \ - pySim *.py + pySim tests/*.py *.py ;; "docs") rm -rf docs/_build