Skip to content
Snippets Groups Projects
Commit 772cd908 authored by Jan Frenzel's avatar Jan Frenzel
Browse files

Merge branch 'skip-spellcheck-for-legal_notice.md' into 'preview'

Skip legal_notice.md when spelling is checked.

See merge request !522
parents d858f1fd e9bfc507
No related branches found
No related tags found
1 merge request!555Added process of incorporating MR from forked repo into
......@@ -7,7 +7,7 @@ basedir=`dirname "$scriptpath"`
basedir=`dirname "$basedir"`
wordlistfile=$(realpath $basedir/wordlist.aspell)
branch="origin/${CI_MERGE_REQUEST_TARGET_BRANCH_NAME:-preview}"
files_to_skip=(doc.zih.tu-dresden.de/docs/accessibility.md doc.zih.tu-dresden.de/docs/data_protection_declaration.md data_protection_declaration.md)
files_to_skip=(doc.zih.tu-dresden.de/docs/accessibility.md doc.zih.tu-dresden.de/docs/data_protection_declaration.md doc.zih.tu-dresden.de/docs/legal_notice.md)
aspellmode=
if aspell dump modes | grep -q markdown; then
aspellmode="--mode=markdown"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment