From d1b98ebb93f79f4f01bbd8fec15ecb4c55bc606d Mon Sep 17 00:00:00 2001 From: Alex Ives Date: Wed, 12 Dec 2018 16:36:05 -0600 Subject: [PATCH] Add wiki link with error explaination to failure message. Useful for viewers that show the message, but not the source like the gitlab merge request viewer. --- JUnit.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/JUnit.md b/JUnit.md index ec95fd7..67737c7 100644 --- a/JUnit.md +++ b/JUnit.md @@ -23,8 +23,8 @@ Here it is with the XSLT applied using `xmlstarlet`: - Line 1: Tips depend on target shell and yours is unknown. Add a shebang. - Line 1: Double quote to prevent globbing and word splitting. + Line 1: Tips depend on target shell and yours is unknown. Add a shebang. See https://www.shellcheck.net/wiki/SC2148 + Line 1: Double quote to prevent globbing and word splitting. See https://www.shellcheck.net/wiki/SC2086 @@ -71,6 +71,8 @@ Here it is with the XSLT applied using `xmlstarlet`: : + - See https://www.shellcheck.net/wiki/ + \ No newline at end of file