aboutsummaryrefslogtreecommitdiffstats
path: root/spell-check
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-03-13 00:26:50 +0100
committerJay Berkenbilt <jberkenbilt@users.noreply.github.com>2022-03-19 00:53:18 +0100
commit2001fd5677e78cda9c050a828fe5cbcff7c1f2f2 (patch)
tree676a78f7b681edcf07f78b4aaadb45403e819703 /spell-check
parentf58d2a60d57653071609a0a9ec0d693c6bda0024 (diff)
downloadqpdf-2001fd5677e78cda9c050a828fe5cbcff7c1f2f2.tar.zst
Add spell checker (formerly in Makefile)
Diffstat (limited to 'spell-check')
-rwxr-xr-xspell-check14
1 files changed, 14 insertions, 0 deletions
diff --git a/spell-check b/spell-check
new file mode 100755
index 00000000..2efec204
--- /dev/null
+++ b/spell-check
@@ -0,0 +1,14 @@
+#!/usr/bin/env bash
+
+# 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 **/*.hh include/qpdf/*.h **/*.cc \
+ manual/*.rst manual/*.in manual/_ext/*.py \
+ **/CMakeLists.txt ChangeLog README* TODO