Merge "Typo in pylintrc file"

This commit is contained in:
Jenkins 2015-03-26 17:13:52 +00:00 committed by Gerrit Code Review
commit 95fcb643c0

View File

@ -12,7 +12,7 @@ variable-rgx=[a-z_][a-z0-9_]{0,30}$
argument-rgx=[a-z_][a-z0-9_]{1,30}$
# Method names should be at least 3 characters long
# and be lowecased with underscores
# and be lowercased with underscores
method-rgx=[a-z_][a-z0-9_]{2,50}$
# Module names matching nova-* are ok (files in bin/)