File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ poetry_win_install: &POETRY_WIN_INSTALL
7878poetry_cache_template : &POETRY_CACHE
7979 poetry_cache :
8080 folder : ~/.cache/poetry/
81- fingerprint_script : cat poetry.lock
81+ fingerprint_script : cat poetry.lock
8282
8383.poetry_template : &POETRY_TEMPLATE
8484 << : *POETRY_CACHE
@@ -152,6 +152,14 @@ formatting_task:
152152 - poetry run licenseheaders -t license_header.tmpl -o "SonarSource SA" -y 2011-2024 -n "Sonar Scanner Python" -E .py -d tests/
153153 - git diff --name-only --exit-code ./src ./tests
154154
155+ documentation_task :
156+ << : *POETRY_LINUX_TEMPLATE
157+ alias : documentation
158+ name : " CLI Documentation Check"
159+ cli_docs_script :
160+ - poetry run python tools/generate_cli_documentation.py
161+ - git diff --exit-code CLI_ARGS.md
162+
155163analysis_linux_task :
156164 << : *POETRY_LINUX_TEMPLATE
157165 alias : analysis
You can’t perform that action at this time.
0 commit comments