summaryrefslogtreecommitdiff
path: root/coverage/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/config.py')
-rw-r--r--coverage/config.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/coverage/config.py b/coverage/config.py
index 01ceef79..d5d89d1f 100644
--- a/coverage/config.py
+++ b/coverage/config.py
@@ -157,6 +157,8 @@ class CoverageConfig(object):
operation of coverage.py.
"""
+ # pylint: disable=too-many-instance-attributes
+
def __init__(self):
"""Initialize the configuration attributes to their defaults."""
# Metadata about the config.