aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc-tests
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mmx@google.com>2018-04-18 23:33:03 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-19 10:39:38 -0700
commit4c87620da222bb9d145ada811e64dc5978be9982 (patch)
tree821d2c0e1ed48454344d656ee755ad775135c774 /.pylintrc-tests
parenta6bf3ccac8e9d4f554d7e1093b93c30ca2255405 (diff)
Eliminate undefined-variable suppression
Diffstat (limited to '.pylintrc-tests')
-rw-r--r--.pylintrc-tests1
1 files changed, 0 insertions, 1 deletions
diff --git a/.pylintrc-tests b/.pylintrc-tests
index e09b3fa1ce..2bcfb9e1ed 100644
--- a/.pylintrc-tests
+++ b/.pylintrc-tests
@@ -49,7 +49,6 @@ disable=
too-many-format-args,
too-many-return-statements,
too-many-statements,
- undefined-variable,
function-redefined,
unnecessary-lambda,
wildcard-import,