Add custom codespell dictionary

This commit is contained in:
tetrapod00
2024-11-06 19:56:31 -08:00
parent 396fc8fd08
commit d837593d9a
5 changed files with 6 additions and 4 deletions

View File

@@ -26,7 +26,8 @@ jobs:
- name: Linter checks
run: |
bash _tools/format.sh
codespell -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/{*.rst,**/*.rst,**/**/*.rst,**/**/**/*.rst}
codespell -D- -D _tools/codespell-dict.txt -I _tools/codespell-ignore.txt -x _tools/codespell-ignore-lines.txt -S tutorials/i18n/locales.rst {about,community,contributing,getting_started,tutorials}/{*.rst,**/*.rst,**/**/*.rst,**/**/**/*.rst}
# Use dummy builder to improve performance as we don't need the generated HTML in this workflow.
- name: Sphinx build