gadjo/pylint.sh

6 lines
102 B
Bash
Raw Normal View History

2022-06-17 20:04:12 +02:00
#! /bin/bash
set -e -x
env
pylint -f parseable --rcfile pylint.rc "$@" | tee pylint.out || /bin/true