]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Remove outdated _ as a builting from pylintrc
authorDuncan Thomas <duncan.thomas@hp.com>
Mon, 20 Oct 2014 13:37:11 +0000 (14:37 +0100)
committerDuncan Thomas <duncan.thomas@hp.com>
Mon, 20 Oct 2014 13:37:36 +0000 (14:37 +0100)
Closes-bug: #1383302
Change-Id: I35e73fcabf39a01b667d570478227c960e1c450c

pylintrc

index 277ad40f5456a0c2321f854e3ce3f6a60c8a203b..a7021ded5863a45ede6227a91c438cd8b6e349da 100644 (file)
--- a/pylintrc
+++ b/pylintrc
@@ -29,10 +29,3 @@ no-docstring-rgx=((__.*__)|([tT]est.*)|setUp|tearDown)$
 max-public-methods=100
 min-public-methods=0
 max-args=6
-
-[Variables]
-
-# List of additional names supposed to be defined in builtins. Remember that
-# you should avoid to define new builtins when possible.
-# _ is used by our localization
-additional-builtins=_