checkdoc-batch.el
M-x checkdoc-batch runs
Emacs
"checkdoc
" over a buffer, producing a report of things found
instead of going through them interactively.
It can be used on the current buffer in M-x compile style, or from the command line with scriptfoo.el:1:1: There is no first line summary! Add one?
foo.el:26:2: There is no ;;; Code: marker. Insert one?
foo.el:1:15: White space at end of line. Remove?
emacs-checkdoc-batch
to check many
files. The idea is that it can be friendlier to see a list of the problems,
especially if checking multiple files.
checkdoc-batch.el
is
free software (free
as in freedom), published under the terms of the
GNU
General Public License (v3 or up).
Download version 8 here,
checkdoc-batch.el
(23k, and
sig)
checkdoc-batch.el
checkdoc-batch.el
And the short script to run it from the command line if desired,
emacs-checkdoc-batch
(2k, and
sig)
emacs-checkdoc-batch.1
(2k, and
sig)
The sig files are a Gnu PG ascii armoured signatures generated from my key.
el-get
includes
a checkdoc-batch.rcp
install recipe.
See also
checkdoc-autoload.el
,
checkdoc-keywords.el
and
checkdoc-url-buttonize.el
.
This page Copyright 2010, 2011, 2013, 2014, 2015, 2016, 2017, 2019 Kevin Ryde, except for the GPLv3 logo which is Copyright Free Software Foundation and used here in accordance with its terms.