wcs-olap/pylint.sh

6 lines
72 B
Bash
Executable File

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