pylint #111138 disabling R0921 does'nt work [open]
see http://stackoverflow.com/questions/11543992/pylint-disabling-r0921-does-not-work-still-warning | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
see http://stackoverflow.com/questions/11543992/pylint-disabling-r0921-does-not-work-still-warning | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2013/01/28 02:55, written by RomanI
-
2013/02/05 20:36, written by anon
-
2013/02/12 16:03, written by anon
add commentIt is not reproducible for me with the following code (I tried to use steps from stackoverflow)
I have this same issue on a project I am working on and found that the file will pass if run individually but will fail if I run pylint over the containing directory. Not sure if that helps but this bug is super annoying
I have the same issue. I have found the only way to disable this error message it to add it to an rcfile, and refer to it using the --rcfile command line parameter