X-Git-Url: http://git.scottworley.com/nix-pin-deps/blobdiff_plain/ac783e5803ab562c1b7ce17b1b4ab6b5af95006d..34734ac0aeabaa2685a8e44026dfbf8518835cda:/test.sh?ds=inline diff --git a/test.sh b/test.sh index 146f901..c143632 100755 --- a/test.sh +++ b/test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e @@ -8,7 +8,7 @@ find . -name build -prune -o -name dist -prune -o -name '*.py' -print0 | if [ "$1" = lint ];then pylint --reports=n --persistent=n --ignore-imports=y \ - -d fixme,invalid-name,missing-docstring,subprocess-run-check,too-few-public-methods *.py + -d fixme,invalid-name,missing-docstring,subprocess-run-check,too-few-public-methods -- *.py formatting_needs_fixing=$( find . -name '*.py' -print0 |