wcs/pylint.sh

6 lines
99 B
Bash
Executable File

#!/bin/sh
set -e -x
env
pylint -f parseable --rcfile pylint.rc "$@" | tee pylint.out || /bin/true