summaryrefslogtreecommitdiff
path: root/pylintrc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-25 19:14:18 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-25 19:14:18 -0500
commit2d124b93708636179f5c611eb698ac68901c5931 (patch)
treec9a8f8307b9d06c803ad992234736e2a4e1d9a8a /pylintrc
parent0c2166d7f7a438f3c35f30ebdaf0bf5ee8ed91b7 (diff)
downloadpython-coveragepy-git-2d124b93708636179f5c611eb698ac68901c5931.tar.gz
Use a metaclass to convert StopEverything to SkipTest
Diffstat (limited to 'pylintrc')
-rw-r--r--pylintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylintrc b/pylintrc
index c9f1dc3d..cad40e8d 100644
--- a/pylintrc
+++ b/pylintrc
@@ -68,6 +68,7 @@ disable=
no-member,
using-constant-test,
too-many-nested-blocks,
+ too-many-ancestors,
# Formatting stuff
superfluous-parens,bad-continuation,
# I'm fine deciding my own import order,