diff --git a/pylintrc b/pylintrc index 63406cf..0532bb9 100644 --- a/pylintrc +++ b/pylintrc @@ -148,19 +148,19 @@ const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$ class-rgx=[A-Z_][a-zA-Z0-9]+$ # Regular expression which should only match correct function names -function-rgx=[a-z_][a-z0-9_]{2,30}$ +function-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct method names -method-rgx=[a-z_][a-z0-9_]{2,30}$ +method-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct instance attribute names -attr-rgx=[a-z_][a-z0-9_]{2,30}$ +attr-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct argument names -argument-rgx=[a-z_][a-z0-9_]{2,30}$ +argument-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct variable names -variable-rgx=[a-z_][a-z0-9_]{2,30}$ +variable-rgx=[a-z_][a-z0-9_]{2,50}$ # Regular expression which should only match correct list comprehension / # generator expression variable names diff --git a/settings-dist.xml b/settings-dist.xml index c9dc218..9599025 100644 --- a/settings-dist.xml +++ b/settings-dist.xml @@ -14,14 +14,14 @@ fonts/FreeSans.ttf abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,!?-+/():;%&`'*#=[]\" 16 - controller ; script + Controller ; script ; Loaders ; Native loaders False 1 False False 0 1 - 1 + 0 instance