File: spell-check

package info (click to toggle)
qpdf 12.2.0-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 71,572 kB
  • sloc: cpp: 56,805; perl: 12,015; ansic: 6,547; sh: 1,181; python: 1,027; xml: 43; makefile: 42
file content (18 lines) | stat: -rwxr-xr-x 694 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/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
# markdown files, to keep them out of the way, we keep them at the
# bottom of the file in a list. See README-maintainer as an example.

# Global exceptions should be added to cSpell.json. Keep the words in
# that file sorted.

# cspell can be installed with `npm install -g cspell`.

# cspell does its own expansion of shell wildcards.
cd $(dirname $0)
cspell '**/*.hh' 'include/qpdf/*.h' '**/*.cc' \
       'manual/*.rst' 'manual/*.in' 'manual/_ext/*.py' \
       '**/CMakeLists.txt' 'README*.md' 'TODO*.md' \
       'README*.txt' ChangeLog