From f619c765e78fde20178ba8f3e32095544a85a0e7 Mon Sep 17 00:00:00 2001 From: Keegan McAllister Date: Fri, 19 Oct 2012 21:00:05 -0400 Subject: [PATCH] check-all: Check some Python files whose names don't end in .py (imported from commit ddcc80f02fd0436e08181d3c08f4de6974d3a59a) --- tools/check-all | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/tools/check-all b/tools/check-all index 501e374d96..27f91eaa2a 100755 --- a/tools/check-all +++ b/tools/check-all @@ -14,11 +14,23 @@ fi cd "$SCRIPT_DIR"/..; -if git ls-files | grep py$ | grep -v ^confirmation/ \ - | grep -v humbug/test_settings.py \ - | xargs pyflakes \ - | grep $FILTER_IMPORTS; then +# Some Python files don't have names ending in .py +PYTHON_FILES=$(cat <