From f512253569b5bd5fe2bc8203b317436f303ee9b2 Mon Sep 17 00:00:00 2001 From: Assaf Muller Date: Fri, 6 Mar 2015 09:35:39 -0500 Subject: [PATCH] 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 --- .pylintrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 2cbdd38d499..f2e4a0db2f2 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,