mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 02:48:31 +00:00
spell-check: quote wildcards
This commit is contained in:
parent
31a81f6bab
commit
554a870b81
10
spell-check
10
spell-check
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/env bash
|
||||
#!/bin/sh
|
||||
|
||||
# Use comments starting with cSpell:ignore to ignore certain words for
|
||||
# the entire file. For source files, you can put these anywhere. For
|
||||
@ -9,6 +9,8 @@
|
||||
# that file sorted.
|
||||
|
||||
# cspell can be installed with `npm install -g cspell`.
|
||||
cspell **/*.hh include/qpdf/*.h **/*.cc \
|
||||
manual/*.rst manual/*.in manual/_ext/*.py \
|
||||
**/CMakeLists.txt ChangeLog README* TODO
|
||||
|
||||
# cspell does its own expansion of shell wildcards.
|
||||
cspell '**/*.hh' 'include/qpdf/*.h' '**/*.cc' \
|
||||
'manual/*.rst' 'manual/*.in' 'manual/_ext/*.py' \
|
||||
'**/CMakeLists.txt' ChangeLog 'README*' TODO
|
||||
|
Loading…
x
Reference in New Issue
Block a user