summaryrefslogtreecommitdiffstats
path: root/tools/pylint/pylintrc
diff options
context:
space:
mode:
authorJan Safranek <jsafrane@redhat.com>2013-01-24 14:49:02 +0100
committerJan Safranek <jsafrane@redhat.com>2013-01-24 14:49:02 +0100
commitf89342d2153cb66122508c9b3d209b83442d73e8 (patch)
tree78e607ab3e862b5505b485857fc1fecf48730a77 /tools/pylint/pylintrc
parent1ed6155f6f5d30dc44fa7a0ae6b88553b0a55992 (diff)
parentb2044c554f4343abaa31f843fdc6b8a445cbff96 (diff)
downloadopenlmi-providers-f89342d2153cb66122508c9b3d209b83442d73e8.tar.gz
openlmi-providers-f89342d2153cb66122508c9b3d209b83442d73e8.tar.xz
openlmi-providers-f89342d2153cb66122508c9b3d209b83442d73e8.zip
Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providers
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 28749cd..7ac3f78 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}$