laforge has submitted this change. ( 
https://gerrit.osmocom.org/c/pysim/+/37155?usp=email )

Change subject: contrib/jenkins.sh: Execute pylint also on all contrib python 
scripts
......................................................................

contrib/jenkins.sh: Execute pylint also on all contrib python scripts

This way we get linting coverage for sim-rest-{server,client}, eidtool,
unber and others.

Change-Id: I2d6271d493d0f6765e6a184f8ae32f8325317be2
---
M contrib/jenkins.sh
1 file changed, 13 insertions(+), 3 deletions(-)

Approvals:
  osmith: Looks good to me, approved
  Jenkins Builder: Verified




diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7d3defb..a35241d 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -57,9 +57,7 @@
                --disable E0401 \
                --enable W0301 \
                pySim tests/*.py *.py \
-               contrib/es2p_client.py \
-               contrib/es9p_client.py \
-               contrib/saip-tool.py
+               contrib/*.py
        ;;
 "docs")
        rm -rf docs/_build

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/37155?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: I2d6271d493d0f6765e6a184f8ae32f8325317be2
Gerrit-Change-Number: 37155
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: osmith <[email protected]>
Gerrit-MessageType: merged

Reply via email to