Commit 9b09436ce1f7427570f1016d02e7bf2bed4479f4

Authored by Jay Berkenbilt
1 parent f10efe39

Update spell check

README-maintainer.md
... ... @@ -790,3 +790,5 @@ that clang-format produces several results. (In git this is commit
790 790  
791 791 The commits that have the bulk of automatic or mechanical reformatting are
792 792 listed in .git-blame-ignore-revs. Any new bulk updates should be added there.
  793 +
  794 +[//]: # (cSpell:ignore pikepdfs readthedocsorg .)
... ...
cSpell.json
... ... @@ -300,6 +300,7 @@
300 300 "nobjects",
301 301 "nocase",
302 302 "nodefaultlib",
  303 + "nolint",
303 304 "noout",
304 305 "notfound",
305 306 "nowarn",
... ...