Removed attempt to ignore tests in pylint

Change-Id: Ia665f2838c2ac59b4e9b123555e58549937c8bd3
Closes-Bug: #1367959
This commit is contained in:
Andrew Lazarev 2014-09-10 15:32:32 -07:00
parent 1436e670f4
commit e366910f38
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# The format of this file isn't really documented; just use --generate-rcfile # The format of this file isn't really documented; just use --generate-rcfile
[MASTER] [MASTER]
# Add <file or directory> to the black list. It should be a base name, not a # Add <file or directory> to the black list. It should be a base name, not a
# path. You may set this option multiple times. # path.
ignore=tests
ignore=openstack ignore=openstack
[Messages Control] [Messages Control]