summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2010-11-09 11:41:51 -0500
committerColin Walters <walters@verbum.org>2010-11-09 11:52:30 -0500
commit2681a9dcb1182d8b0fc34fbb341d77a0a13c65f2 (patch)
treef4a55f21d895026d671b5dc172b0a9f70ab3a96c
parentf1e25509e568d69e8442d4806f64b2b5e9cd55b6 (diff)
downloadgobject-introspection-2681a9dcb1182d8b0fc34fbb341d77a0a13c65f2.tar.gz
Move pyflakes to check-pyflakes
It has false positives difficult to work around now, and is really better run as a periodic check anyways.
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 88a8ecc7..33df173c 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