]> git.eshelyaron.com Git - emacs.git/commit
Support shellcheck in compilation-mode
authorStefan Kangas <stefan@marxist.se>
Tue, 22 Sep 2020 00:04:15 +0000 (02:04 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 22 Sep 2020 00:44:47 +0000 (02:44 +0200)
commit2788557000d91fb2a928286512c0871e64c6d79b
treee482a7b0c5029b53ec903c3e553a899a4b793647
parentc0188959c1ed96481cfba6ad75ad251391049d87
Support shellcheck in compilation-mode

* lisp/progmodes/compile.el
(compilation-error-regexp-alist-alist): Add shellcheck regexp.
* test/lisp/progmodes/compile-tests.el
(compile-tests--test-regexps-data):
(compile-test-error-regexps): Add test for shellcheck.
* etc/compilation.txt: Add shellcheck example.
* etc/NEWS: Announce the change.

foo
etc/NEWS
etc/compilation.txt
lisp/progmodes/compile.el
test/lisp/progmodes/compile-tests.el