fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/29238 )


Change subject: contrib/jenkins.sh: run pylint on all *.py files
......................................................................

contrib/jenkins.sh: run pylint on all *.py files

Change-Id: Ifb1e752cc79fc87211799b355c07ed7fe7052ab5
---
M contrib/jenkins.sh
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/38/29238/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7e29d1d..a1d112f 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -33,7 +33,7 @@
        --disable E1102 \
        --disable E0401 \
        --enable W0301 \
-       pySim *.py
+       $(find . -name "*.py")

 # attempt to build documentation
 pip install sphinx

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/29238
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Ifb1e752cc79fc87211799b355c07ed7fe7052ab5
Gerrit-Change-Number: 29238
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to