contrib/jenkins.sh: include tests/*.py in pylint

Change-Id: I9c8113acf5341b198d91040710b6b10cb2b6ef38
This commit is contained in:
Harald Welte
2024-02-04 19:20:04 +01:00
parent 57f73f8de7
commit bc8e2e1664

View File

@@ -45,7 +45,7 @@ case "$JOB_TYPE" in
--disable E1102 \
--disable E0401 \
--enable W0301 \
pySim *.py
pySim tests/*.py *.py
;;
"docs")
rm -rf docs/_build