From da3d3d512ec31298684706adc623b2b6dd4b9e9b Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Sat, 22 Jul 2017 12:49:52 -0700 Subject: [PATCH] Enable pylint checking for undefined variables --- test/sanity/pylint/disable.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sanity/pylint/disable.txt b/test/sanity/pylint/disable.txt index 3098d1986cf..88682b1b245 100644 --- a/test/sanity/pylint/disable.txt +++ b/test/sanity/pylint/disable.txt @@ -17,7 +17,6 @@ R raising-bad-type raising-non-exception too-many-function-args -undefined-variable unexpected-keyword-arg unsubscriptable-object unsupported-membership-test