From 859b2b955b485eb5784a262168e997ef85b3ff94 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 16 Jan 2025 16:59:41 +0100 Subject: [PATCH] Test --- .gitignore | 1 + .spellcheck.local.yaml | 6 ++++++ .spellcheck_local.yaml | 4 ---- 3 files changed, 7 insertions(+), 4 deletions(-) create mode 100644 .spellcheck.local.yaml delete mode 100644 .spellcheck_local.yaml diff --git a/.gitignore b/.gitignore index 6bdb3a4030..b918919f24 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ .* +!.spellcheck.local.yaml !.gitignore *.o *.exe diff --git a/.spellcheck.local.yaml b/.spellcheck.local.yaml new file mode 100644 index 0000000000..76add52224 --- /dev/null +++ b/.spellcheck.local.yaml @@ -0,0 +1,6 @@ +sources_md: &md_list + <<: *md_global_list + - ['tools/autotag/templates/**/*.md', '!tools/autotag/templates/**/5*.md', '!tools/autotag/templates/**/6.0*.md', '!tools/autotag/templates/**/6.1*.md'] + +sources_rst: &rst_list + <<: *rst_global_list diff --git a/.spellcheck_local.yaml b/.spellcheck_local.yaml deleted file mode 100644 index 64b887d1d5..0000000000 --- a/.spellcheck_local.yaml +++ /dev/null @@ -1,4 +0,0 @@ -matrix: -- name: Markdown - sources: - - 'docs/**/*.md'