petale/pylint.sh

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

5 lines
105 B
Bash
Raw Normal View History

#!/bin/bash
set -e
2017-02-20 19:09:01 +01:00
2022-03-10 17:11:53 +01:00
pylint -f parseable --rcfile pylint.rc "$@" | tee pylint.out; test $PIPESTATUS -eq 0