From 1b59872b367c24a84c323e7193786c8c3c70a98f Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 13 Sep 2021 11:10:09 -0400 Subject: Switch spelling checker to cspell --- README-maintainer | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README-maintainer') 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: -- cgit v1.2.3-54-g00ecf