From e366910f388194a159476f6c113127a9e2fe31d2 Mon Sep 17 00:00:00 2001 From: Andrew Lazarev Date: Wed, 10 Sep 2014 15:32:32 -0700 Subject: [PATCH] Removed attempt to ignore tests in pylint Change-Id: Ia665f2838c2ac59b4e9b123555e58549937c8bd3 Closes-Bug: #1367959 --- pylintrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pylintrc b/pylintrc index 64ba59a6b9..83b5ca8695 100644 --- a/pylintrc +++ b/pylintrc @@ -1,8 +1,7 @@ # The format of this file isn't really documented; just use --generate-rcfile [MASTER] # Add to the black list. It should be a base name, not a -# path. You may set this option multiple times. -ignore=tests +# path. ignore=openstack [Messages Control]