summaryrefslogtreecommitdiffstats
path: root/tools/pylint/pylintrc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/pylint/pylintrc')
-rw-r--r--tools/pylint/pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pylint/pylintrc b/tools/pylint/pylintrc
index b557774..82446d0 100644
--- a/tools/pylint/pylintrc
+++ b/tools/pylint/pylintrc
@@ -131,7 +131,7 @@ method-rgx=[a-z_][a-z0-9_]{2,49}$
attr-rgx=[a-z_][a-z0-9_]{2,30}$
# 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_]{1,30}$
# Regular expression which should only match correct variable names
variable-rgx=[a-z_][a-z0-9_]{1,30}$