pylint #22273 pylint --ignore option cannot be used multiple times [validation pending]
The --ignore option help says it can be used multiple times. Currently only the last option will be used: for example, with "pylint --ignore=tests --ignore=migrations" the tests module will not be ignored.
pylint 0.19.0, | |
priority | normal |
---|---|
type | bug |
done in | 0.24.0 |
load left | 0.000 |
closed by | #5aa6eda6d3a4 Fix --ignore option documentation to match reality (closes #22273) |
Comments
-
2010/10/21 20:58, written by anon
add comment+1 one for fixing this. Help text is not helpful when it's wrong.