Add doc_spell_output.txt to process_style_check_result.py

This commit is contained in:
vdimir 2022-06-03 13:55:56 +02:00
parent e820291a02
commit 27ebad89c5
No known key found for this signature in database
GPG Key ID: 6EE4CE2BEDC51862
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ def process_result(result_folder):
("typos", "typos_output.txt"),
("whitespaces", "whitespaces_output.txt"),
("workflows", "workflows_output.txt"),
("doc typos", "doc_spell_output.txt"),
)
for name, out_file in checks:

View File

@ -6,3 +6,4 @@ $dir/check-typos
$dir/check-whitespaces -n
$dir/check-duplicate-includes.sh
$dir/shellcheck-run.sh
$dir/check-doc-aspell