From: David Wells Date: Sun, 11 Mar 2018 20:19:53 +0000 (-0400) Subject: Add 'run codespell' to the list of release tasks. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6%2Fhead;p=release-papers.git Add 'run codespell' to the list of release tasks. --- diff --git a/release-tasks b/release-tasks index 97a687a..43a68a4 100644 --- a/release-tasks +++ b/release-tasks @@ -231,6 +231,12 @@ Contributors for 8.5: doc/external-libs/trilinos.html doc/external-libs/petsc.html +0g/ Run codespell: e.g., inside emacs' compilation-mode run + + codespell --disable-colors ./contrib/ ./cmake/ ./doc/ ./examples/ ./include/ ./source/ + + or the same (without --disable-colors) in the terminal. + *** Caveat: for a minor version x.y.Z, *** 1-3 must be performed on the corresponding release branch, e.g. 'dealii-8.2'