Tell codespell to ignore the locale code page (#7519)

This commit is contained in:
Matthew
2023-06-16 02:48:46 -04:00
committed by GitHub
parent c9a72d06e8
commit 45c425079f
2 changed files with 1 additions and 20 deletions

View File

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