From 5acd94bee75720421b0b3d1de9932f8d1d1e35f6 Mon Sep 17 00:00:00 2001 From: da52700 Date: Thu, 9 Feb 2017 17:19:01 +0800 Subject: [PATCH] Fix typo in .pylintrc file Change-Id: Id6c6ac2d62a394635aef6f7c1711da1e2547842f --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index 5115271a9..0aa449044 100644 --- a/.pylintrc +++ b/.pylintrc @@ -92,7 +92,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/)