barbacompta/pylint.sh

5 lines
86 B
Bash
Executable File

#!/bin/bash
set -e
pylint -f parseable "$@" | tee pylint.out; test $PIPESTATUS -eq 0