[gobject-introspection/wip/nonrecursive-make: 3/5] Move pyflakes to check-pyflakes



commit 2681a9dcb1182d8b0fc34fbb341d77a0a13c65f2
Author: Colin Walters <walters verbum org>
Date:   Tue Nov 9 11:41:51 2010 -0500

    Move pyflakes to check-pyflakes
    
    It has false positives difficult to work around now, and is
    really better run as a periodic check anyways.

 Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 88a8ecc..33df173 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,5 +48,7 @@ check-local:
 	is not executable\n\nrun chmod +x .git/hooks/pre-commit"; false))
 	@echo "  PEP-8 INQUISITION"
 	@find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pep8.py --repeat --exclude=config.py
+
+check-pyflakes:
 	@echo "  CHECK Pyflakes"
 	@find $(top_srcdir)/giscanner -name \*.py | sort | uniq | xargs $(PYTHON) $(top_srcdir)/misc/pyflakes.py



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]