Skip to content

Commit 6daa7fb

Browse files
authored
Skip PDFs also in fixing task
1 parent 714c852 commit 6daa7fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
{
160160
"label": "Fix misspellings",
161161
"type": "shell",
162-
"command": "(pip install codespell > /dev/null 2>&1 || pip3 install codespell > /dev/null 2>&1) && codespell -w -I 'scripts${pathSeparator}resources${pathSeparator}spell-check-ignore-list.txt' --skip='*.svg,*.dxf' .${pathSeparator}content${pathSeparator}",
162+
"command": "(pip install codespell > /dev/null 2>&1 || pip3 install codespell > /dev/null 2>&1) && codespell -w -I 'scripts${pathSeparator}resources${pathSeparator}spell-check-ignore-list.txt' --skip='*.svg,*.dxf,*.pdf' .${pathSeparator}content${pathSeparator}",
163163
"options": {
164164
"cwd": "${workspaceFolder}"
165165
},
@@ -171,4 +171,4 @@
171171
"problemMatcher": []
172172
}
173173
]
174-
}
174+
}

0 commit comments

Comments
 (0)