pylint #107433 C0302 false positive on 2nd line-wrapped arg in a decorator [rejected]
Seems to only occur on the 2nd arg, and does not happen for standard
C0322: 8,4:A.blurb: Operator not preceded by a space
---- 8< ----
class A(object): | |
priority | normal |
---|---|
type | bug |
done in | <not specified> |
load | 0.000 |
load left | 0.000 |
closed by | <not specified> |
Comments
-
2012/10/08 07:06, written by ydirson
add commentAlso, note how C0103 gets issued twice on the same line, for each variable:
C0103: 2,0:deco: Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$)
C0103: 2,9:deco: Invalid name "a" (should match [a-z_][a-z0-9_]{2,30}$)