mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
check more files using make pyflakes ( ie subdirectory of lib/ansible/ )
This commit is contained in:
parent
e725eea4be
commit
906f7fd8a0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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"
|
||||
|
|
Loading…
Reference in a new issue