Public bug reported:
Currently pyflakes 0.5 does not detect unused function arguments.
To reproduce:
$ echo "def foo(bar): pass" | pyflakes
This should warn that bar is never used, but it doesn't.
** Affects: pyflakes
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Divmod-
dev, which is the registrant for Pyflakes.
https://bugs.launchpad.net/bugs/949563
Title:
Detect unused function parameters
Status in Pyflakes:
New
Bug description:
Currently pyflakes 0.5 does not detect unused function arguments.
To reproduce:
$ echo "def foo(bar): pass" | pyflakes
This should warn that bar is never used, but it doesn't.
To manage notifications about this bug go to:
https://bugs.launchpad.net/pyflakes/+bug/949563/+subscriptions
--
Mailing list: https://launchpad.net/~divmod-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~divmod-dev
More help : https://help.launchpad.net/ListHelp