This commit is contained in:
Florian Bruhin 2021-02-11 15:25:53 +01:00
parent 9eabd09645
commit 83aeed38f1
1 changed files with 1 additions and 1 deletions

View File

@ -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}|(__.*__))$