Explorar o código

Adding pylint binary call instead of python module

Kenny Woodson %!s(int64=10) %!d(string=hai) anos
pai
achega
50acabea18
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      git/pylint.sh

+ 1 - 1
git/pylint.sh

@@ -7,6 +7,6 @@ TRG_BRANCH=$3
 
 /usr/bin/git diff --name-only $OLDREV $NEWREV --diff-filter=ACM | \
  grep ".py$" | \
- xargs -r -I{} /usr/bin/python -m pylint --rcfile ${WORKSPACE}/git/.pylintrc  {}
+ xargs -r -I{} pylint --rcfile ${WORKSPACE}/git/.pylintrc  {}
 
 exit $?