mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-18 04:12:19 +00:00
Add doc_spell_output.txt to process_style_check_result.py
This commit is contained in:
parent
e820291a02
commit
27ebad89c5
@ -18,6 +18,7 @@ def process_result(result_folder):
|
|||||||
("typos", "typos_output.txt"),
|
("typos", "typos_output.txt"),
|
||||||
("whitespaces", "whitespaces_output.txt"),
|
("whitespaces", "whitespaces_output.txt"),
|
||||||
("workflows", "workflows_output.txt"),
|
("workflows", "workflows_output.txt"),
|
||||||
|
("doc typos", "doc_spell_output.txt"),
|
||||||
)
|
)
|
||||||
|
|
||||||
for name, out_file in checks:
|
for name, out_file in checks:
|
||||||
|
@ -6,3 +6,4 @@ $dir/check-typos
|
|||||||
$dir/check-whitespaces -n
|
$dir/check-whitespaces -n
|
||||||
$dir/check-duplicate-includes.sh
|
$dir/check-duplicate-includes.sh
|
||||||
$dir/shellcheck-run.sh
|
$dir/shellcheck-run.sh
|
||||||
|
$dir/check-doc-aspell
|
||||||
|
Loading…
Reference in New Issue
Block a user