aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc-tests
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-18 18:35:27 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-19 10:39:38 -0700
commita7926f9a4cb9ed635a64be0c37d4b9089819d445 (patch)
tree31cf3f6dc3c04ea83be634a28f35b48f5b01d5f4 /.pylintrc-tests
parent327b3fb6f851478db98895a454b9fa852e9e38fc (diff)
Eliminate undefined-loop-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 045431ab46..20aaddd6e9 100644
--- a/.pylintrc-tests
+++ b/.pylintrc-tests
@@ -57,7 +57,6 @@ disable=
wrong-import-position,
wrong-import-order,
non-iterator-returned,
- undefined-loop-variable,
# -- END OF TEST-SPECIFIC SUPPRESSIONS --