aboutsummaryrefslogtreecommitdiffstats
path: root/README-maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-09-13 17:10:09 +0200
committerJay Berkenbilt <ejb@ql.org>2021-09-13 17:10:09 +0200
commit1b59872b367c24a84c323e7193786c8c3c70a98f (patch)
treee923a41ebaea76a6f286026d7a760fe5c5c9c749 /README-maintainer
parenta6b0e832a97f1b7909da9664ff1246a121be4a4e (diff)
downloadqpdf-1b59872b367c24a84c323e7193786c8c3c70a98f.tar.zst
Switch spelling checker to cspell
Diffstat (limited to 'README-maintainer')
-rw-r--r--README-maintainer6
1 files changed, 5 insertions, 1 deletions
diff --git a/README-maintainer b/README-maintainer
index 84cb2dc2..e306757c 100644
--- a/README-maintainer
+++ b/README-maintainer
@@ -142,7 +142,11 @@ RELEASE PREPARATION
* Run a spelling checker over the source code to catch errors in
variable names, strings, and comments.
- ispell -p ispell-words **/*.hh **/*.cc manual/* ChangeLog README* TODO
+ make spell
+
+ This uses cspell. Install with `npm install -g cspell`. The output
+ of cspell is suitable for use with `M-x grep` in emacs. Add
+ exceptions to cSpell.json.
* If needed, run large file and image comparison tests. Configure
options: