Files
musiclist-server/lint.sh
2020-06-07 23:44:17 -04:00

4 lines
141 B
Bash
Executable File

#!/bin/sh
pylint --load-plugins pylint_django fetcher lists musiclist users utils welcome || pylint-exit --error-fail --warn-fail $?
exit $?