diff options
author | Ollie <46904826+ollie-iterators@users.noreply.github.com> | 2023-03-09 13:57:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-09 18:57:56 +0000 |
commit | 6789fad2a1852b9e6de2bae37bf018b57d3cab28 (patch) | |
tree | a02fe5885148d1157e57960280725be4cf86cdb7 /.coveragerc | |
parent | d04734d43a30505e2e28ac3e5f7d066e85bf5772 (diff) | |
download | pylint-git-6789fad2a1852b9e6de2bae37bf018b57d3cab28.tar.gz |
Removing files from coveragerc since they have been deleted (#8417)
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.coveragerc b/.coveragerc index ddfcbd334..22bacd09f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -7,12 +7,6 @@ include = pylint/* omit = */test/* -# TODO: 3.0: Remove these after these files have been removed - pylint/config/configuration_mixin.py - pylint/config/option.py - pylint/config/option_manager_mixin.py - pylint/config/option_parser.py - pylint/config/options_provider_mixin.py exclude_lines = # Re-enable default pragma pragma: no cover |