laforge has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/05/35805/1
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
--
To view, visit
https://gerrit.osmocom.org/c/pysim/+/35805?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I9c8113acf5341b198d91040710b6b10cb2b6ef38
Gerrit-Change-Number: 35805
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-MessageType: newchange