summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2013-11-02 16:07:58 +0100
committerMichael Scherer <misc@zarb.org>2013-11-02 16:07:58 +0100
commit906f7fd8a0168b73d4fc4bf1ec61f6dd2cd45c7d (patch)
treee6331c01ce71cdc1585d473f4deeeaef03327f25 /Makefile
parente725eea4be22a3f6023d57906f7122dc4da612eb (diff)
downloadansible-906f7fd8a0168b73d4fc4bf1ec61f6dd2cd45c7d.tar.gz
check more files using make pyflakes ( ie subdirectory of lib/ansible/ )
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4f25611ab3..fb8b55c6a7 100644
--- a/Makefile
+++ b/Makefile
@@ -91,7 +91,7 @@ pep8:
-pep8 -r --ignore=E501,E221,W291,W391,E302,E251,E203,W293,E231,E303,E201,E225,E261,E241 --filename "*" library/
pyflakes:
- pyflakes lib/ansible/*.py bin/*
+ pyflakes lib/ansible/*.py lib/ansible/*/*.py bin/*
clean:
@echo "Cleaning up distutils stuff"