Skip to content

Commit a57ad21

Browse files
committed
Windows spell-check skip PDFs
1 parent 088ad45 commit a57ad21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/spell-check.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ IF %ERRORLEVEL% NEQ 0 (
1616
ECHO Codespell already installed
1717
)
1818
cls
19-
codespell -I scripts/resources/spell-check-ignore-list.txt --skip="*.svg,*.dxf" content
19+
codespell -I scripts/resources/spell-check-ignore-list.txt --skip="*.svg,*.dxf,*.pdf" content

0 commit comments

Comments
 (0)