From 8d732347aba2a3142a1f2ad2e4656a7e078a4645 Mon Sep 17 00:00:00 2001 From: Karsten Bock Date: Tue, 17 Feb 2015 10:35:02 +0100 Subject: [PATCH] Changed allowed length of names in pylintrc. --- pylintrc | 10 +++++----- settings-dist.xml | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) 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