summaryrefslogtreecommitdiff
path: root/etc/compilation.txt
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-22 02:04:15 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-22 02:44:47 +0200
commit2788557000d91fb2a928286512c0871e64c6d79b (patch)
treee482a7b0c5029b53ec903c3e553a899a4b793647 /etc/compilation.txt
parentc0188959c1ed96481cfba6ad75ad251391049d87 (diff)
downloademacs-2788557000d91fb2a928286512c0871e64c6d79b.tar.gz
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
Diffstat (limited to 'etc/compilation.txt')
-rw-r--r--etc/compilation.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/compilation.txt b/etc/compilation.txt
index 11aefc6bc6f..df0b82ebc92 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -536,6 +536,14 @@ cc-1070 cc: WARNING File = linkl.c, Line = 38
cf90-113 f90comp: ERROR NSE, File = Hoved.f90, Line = 16, Column = 3
+* ShellCheck
+
+In autogen.sh line 38:
+autoconf_min=`sed -n 's/^ *AC_PREREQ(\([0-9\.]*\)).*/\1/p' configure.ac`
+^----------^ SC2034: autoconf_min appears unused. Verify use (or export if used externally).
+ ^-- SC2006: Use $(...) notation instead of legacy backticked `...`.
+
+
* Sun Ada (VADS, Solaris)
symbol: sun-ada