pylint.sh: disable echo of command lines

This commit is contained in:
Benjamin Dauvergne 2021-11-29 10:53:41 +01:00
parent 548f012b6e
commit f514d99ea1
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
set -e -x
env
set -e
pylint -f parseable --rcfile pylint.rc "$@" | tee pylint.out; test $PIPESTATUS -eq 0