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