We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 088ad45 commit a57ad21Copy full SHA for a57ad21
scripts/spell-check.cmd
@@ -16,4 +16,4 @@ IF %ERRORLEVEL% NEQ 0 (
16
ECHO Codespell already installed
17
)
18
cls
19
-codespell -I scripts/resources/spell-check-ignore-list.txt --skip="*.svg,*.dxf" content
+codespell -I scripts/resources/spell-check-ignore-list.txt --skip="*.svg,*.dxf,*.pdf" content
0 commit comments