summaryrefslogtreecommitdiff
path: root/pylint/lint
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/lint')
-rw-r--r--pylint/lint/check_parallel.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/lint/check_parallel.py b/pylint/lint/check_parallel.py
index 201f1c878..b9257191c 100644
--- a/pylint/lint/check_parallel.py
+++ b/pylint/lint/check_parallel.py
@@ -69,6 +69,7 @@ def _worker_check_single_file(file_item):
_worker_linter.check_single_file(name, filepath, modname)
msgs = [_get_new_args(m) for m in _worker_linter.reporter.messages]
+ _worker_linter.reporter.reset()
return (
_worker_linter.current_name,
filepath,