mirror of https://github.com/fail2ban/fail2ban
DOC: Add DEVELOP documentation on use of pyflakes
parent
b83550ad0b
commit
fe3df0e523
9
DEVELOP
9
DEVELOP
|
@ -104,6 +104,15 @@ older versions on python. For all other uses of "pragma: no cover" or
|
||||||
"pragma: no branch" document the reason why its not covered. "I haven't written
|
"pragma: no branch" document the reason why its not covered. "I haven't written
|
||||||
a test case" isn't a sufficient reason.
|
a test case" isn't a sufficient reason.
|
||||||
|
|
||||||
|
pyflakes
|
||||||
|
--------
|
||||||
|
|
||||||
|
pyflakes can be used to find unused imports, and unused, undefined and
|
||||||
|
redefined variables. pyflakes should be run in any python code, including
|
||||||
|
python based actions::
|
||||||
|
|
||||||
|
pyflakes bin/ config/ fail2ban/
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue