From: Assaf Muller Date: Fri, 6 Mar 2015 14:35:39 +0000 (-0500) Subject: Remove 'free' exclusions from pylint X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f512253569b5bd5fe2bc8203b317436f303ee9b2;p=openstack-build%2Fneutron-build.git Remove 'free' exclusions from pylint This is a comprehensive list of current pylint exclusions that don't actually appear in the code. Change-Id: Ifaeb4c9d3ed7cf2f85a35555004c830559ba2d2b --- diff --git a/.pylintrc b/.pylintrc index 2cbdd38d4..f2e4a0db2 100644 --- a/.pylintrc +++ b/.pylintrc @@ -35,7 +35,6 @@ disable= expression-not-assigned, fixme, global-statement, - global-variable-not-assigned, no-init, non-parent-init-called, not-callable, @@ -54,7 +53,6 @@ disable= bad-continuation, invalid-name, missing-docstring, - old-style-class, superfluous-parens, # "R" Refactor recommendations abstract-class-little-used,