Fix lint
This commit is contained in:
parent
9eabd09645
commit
83aeed38f1
|
|
@ -50,7 +50,7 @@ disable=locally-disabled,
|
|||
|
||||
[BASIC]
|
||||
function-rgx=[a-z_][a-z0-9_]{2,50}$
|
||||
const-rgx=[A-Za-z_][A-Za-z0-9_]{0,30}$
|
||||
const-rgx=[A-Za-z_][A-Za-z0-9_]{0,50}$
|
||||
method-rgx=[a-z_][A-Za-z0-9_]{1,50}$
|
||||
attr-rgx=[A-Za-z_][A-Za-z0-9_]{0,30}$
|
||||
class-attribute-rgx=([A-Za-z_][A-Za-z0-9_]{1,30}|(__.*__))$
|
||||
|
|
|
|||
Loading…
Reference in New Issue