aboutsummaryrefslogtreecommitdiffhomepage
path: root/.pylintrc-tests
diff options
context:
space:
mode:
authorGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-18 18:07:29 -0700
committerGravatar Mehrdad Afshari <mehrdada@users.noreply.github.com>2018-04-19 10:39:37 -0700
commit35c7e8c83318edb4c5a910b54224a322970efce9 (patch)
treefc50f2c3b4c3a24f237a85e0379597111c2b7ce4 /.pylintrc-tests
parent28814c5ecc92df5113cefc3feb33fff7da17ff6a (diff)
Eliminate bad-continuation 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 e68fd47b08..74ac56a994 100644
--- a/.pylintrc-tests
+++ b/.pylintrc-tests
@@ -60,7 +60,6 @@ disable=
non-iterator-returned,
undefined-loop-variable,
raising-bad-type,
- bad-continuation,
# -- END OF TEST-SPECIFIC SUPPRESSIONS --