neels has uploaded this change for review. ( https://gerrit.osmocom.org/c/pysim/+/40739?usp=email )
Change subject: add lint_pylint.sh ...................................................................... add lint_pylint.sh Change-Id: I0aeb38604909bbc7d3daaa83cf2088e9e62a23f9 --- A lint_pylint.sh 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/39/40739/1 diff --git a/lint_pylint.sh b/lint_pylint.sh new file mode 100755 index 0000000..1835354 --- /dev/null +++ b/lint_pylint.sh @@ -0,0 +1,2 @@ +#!/bin/sh +python3 -m pylint -j0 --errors-only --disable E1102 --disable E0401 --enable W0301 pySim -- To view, visit https://gerrit.osmocom.org/c/pysim/+/40739?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: pysim Gerrit-Branch: master Gerrit-Change-Id: I0aeb38604909bbc7d3daaa83cf2088e9e62a23f9 Gerrit-Change-Number: 40739 Gerrit-PatchSet: 1 Gerrit-Owner: neels <nhofm...@sysmocom.de>