wcs-olap/pylint.sh

6 lines
72 B
Bash
Raw Normal View History

#!/bin/bash
set -e
pylint -f parseable "$@" > pylint.out || /bin/true