Procházet zdrojové kódy

Merge pull request #10220 from tetrapod00/codespell-fix-not-run

Fix codespell not running on some files
Max Hilbrunner před 8 měsíci
rodič
revize
00495c0020

+ 1 - 1
.github/workflows/ci.yml

@@ -26,7 +26,7 @@ jobs:
       - name: Linter checks
       - name: Linter checks
         run: |
         run: |
           bash _tools/format.sh
           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
+          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}
 
 
       # Use dummy builder to improve performance as we don't need the generated HTML in this workflow.
       # Use dummy builder to improve performance as we don't need the generated HTML in this workflow.
       - name: Sphinx build
       - name: Sphinx build

+ 1 - 1
contributing/development/compiling/getting_source.rst

@@ -50,7 +50,7 @@ after the ``--branch`` (or just ``-b``) argument::
 
 
     # After cloning, optionally go to a specific commit.
     # After cloning, optionally go to a specific commit.
     # This can be used to access the source code at a specific point in time,
     # This can be used to access the source code at a specific point in time,
-    # e.g. for development snapshots, betas and releaes candidates.
+    # e.g. for development snapshots, betas and release candidates.
     cd godot
     cd godot
     git checkout f4af8201bac157b9d47e336203d3e8a8ef729de2
     git checkout f4af8201bac157b9d47e336203d3e8a8ef729de2