From 99d99b78e8cb0c0bcf05b9829d2f9a43db211d0e Mon Sep 17 00:00:00 2001 From: meleu Date: Wed, 25 May 2022 13:40:00 -0300 Subject: [PATCH] cosmetic --- JUnit.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JUnit.md b/JUnit.md index c9a6fc4..35ff57e 100644 --- a/JUnit.md +++ b/JUnit.md @@ -1,6 +1,6 @@ ## Getting JUnit XML from ShellCheck -ShellCheck does not have a JUnit XML formatter, but here you can find `checkstyle2junit.xslt`, an XSLT program that converts from CheckStyle's XML output to JUnit's XML. +ShellCheck does not have a JUnit XML formatter, but [at the end of this article](#checkstyle2junitxslt) you can find `checkstyle2junit.xslt`, an XSLT program that converts from CheckStyle's XML output to JUnit's XML. Here's ShellCheck's (CheckStyle-compatible) XML output: @@ -34,7 +34,8 @@ $ shellcheck -f checkstyle foo.bash bar.bash | xmlstarlet tr checkstyle2junit.xs ``` -`checkstyle2junit.xslt`: +### `checkstyle2junit.xslt` + ```xslt