Precommit confirma que el lint esta gud

This commit is contained in:
Daniel Cortes
2020-06-07 23:44:17 -04:00
parent 8590668023
commit c447416981
2 changed files with 22 additions and 1 deletions

View File

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