4 lines
141 B
Bash
Executable File
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 $?
|