barbacompta/pylint.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
86 B
Bash
Raw Permalink Normal View History

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