pylint #63424 unable to disable duplication report [validation pending]
"pylint --disable=R0801 package"
Always prints out the Duplication report but the --disable should suppress it.
I think checkers/similar.py:242 should be RP0801 rather than R0801 | |
priority | normal |
---|---|
type | bug |
done in | 0.26.0 |
load left | 0.000 |
closed by | #21a4414695c2 fix R0801 similarities bug. Closes #63424 |
Comments
-
2012/03/08 16:51, written by anon
-
2013/02/20 03:47, written by anon
add commentI am experiencing the same problem.
I am experiencing this too.