Fix typo in .pylintrc file
Change-Id: I00be2feff24a56e82b2c9f3639f5cb33178dd5b3
This commit is contained in:
parent
ff2c051429
commit
67da6a3122
@ -76,7 +76,7 @@ variable-rgx=[a-z_][a-z0-9_]{0,30}$
|
|||||||
argument-rgx=[a-z_][a-z0-9_]{1,30}$
|
argument-rgx=[a-z_][a-z0-9_]{1,30}$
|
||||||
|
|
||||||
# Method names should be at least 3 characters long
|
# 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,}|setUp|tearDown)$
|
method-rgx=([a-z_][a-z0-9_]{2,}|setUp|tearDown)$
|
||||||
|
|
||||||
# Module names matching neutron-* are ok (files in bin/)
|
# Module names matching neutron-* are ok (files in bin/)
|
||||||
|
Loading…
Reference in New Issue
Block a user