From a8c449219c9eef85a9544ac14e6a34047e871547 Mon Sep 17 00:00:00 2001 From: Istvan Kiss Date: Thu, 16 Jan 2025 17:03:20 +0100 Subject: [PATCH] Check 15 --- .github/workflows/linting.yml | 2 +- .gitignore | 1 + .spellcheck.local.yaml | 6 ++++++ 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .spellcheck.local.yaml diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 46cf268483..7e7680e31f 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,4 +17,4 @@ on: jobs: call-workflow-passing-data: name: Documentation - uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@develop + uses: ROCm/rocm-docs-core/.github/workflows/linting.yml@local_spellcheck_file 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