From 67da6a31224adf7d773805096b5e6ea07329bdc7 Mon Sep 17 00:00:00 2001 From: da52700 Date: Wed, 8 Feb 2017 18:50:36 +0800 Subject: [PATCH] Fix typo in .pylintrc file Change-Id: I00be2feff24a56e82b2c9f3639f5cb33178dd5b3 --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 24686b991a4..8a0230ab965 100644 --- a/.pylintrc +++ b/.pylintrc @@ -76,7 +76,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,}|setUp|tearDown)$ # Module names matching neutron-* are ok (files in bin/)