passerelle/pylint.sh

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

6 lines
112 B
Bash
Raw Normal View History

#!/bin/bash
set -e -x
env
2016-06-09 16:35:46 +02:00
pylint -f parseable --rcfile pylint.rc "$@" | tee pylint.out; test $PIPESTATUS -eq 0