mirror of
https://gitea.osmocom.org/sim-card/pysim.git
synced 2026-03-24 14:28:32 +03:00
contrib/jenkins.sh: include tests/*.py in pylint
Change-Id: I9c8113acf5341b198d91040710b6b10cb2b6ef38
This commit is contained in:
@@ -45,7 +45,7 @@ case "$JOB_TYPE" in
|
|||||||
--disable E1102 \
|
--disable E1102 \
|
||||||
--disable E0401 \
|
--disable E0401 \
|
||||||
--enable W0301 \
|
--enable W0301 \
|
||||||
pySim *.py
|
pySim tests/*.py *.py
|
||||||
;;
|
;;
|
||||||
"docs")
|
"docs")
|
||||||
rm -rf docs/_build
|
rm -rf docs/_build
|
||||||
|
|||||||
Reference in New Issue
Block a user