improve `make lint'

Drop the checkdoc-batch library in favour of a simpler approach:
run checkdoc on all *.el files in the repo, bailing out on the first
encountered error.

While here, don't call checkdoc on eval.

Signed-off-by: Justin Abrahms <justin@abrah.ms>
This commit is contained in:
Omar Polo
2021-08-16 16:44:32 +00:00
committed by Justin Abrahms
parent 85d28a65c6
commit d680aacf9d
5 changed files with 18 additions and 712 deletions

View File

@@ -9,5 +9,6 @@ clean:
rm -f *.elc
lint:
./test/checkdoc-batch.sh -Q --lispdir=test ox-gemini.el
emacs --batch -l test/lint.el
.PHONY: update compile test clean