ants-hub/scripts/pylint.sh

5 lines
115 B
Bash
Executable File

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