ShellCheck does not natively support the JUnit XML format.
Seems the best way to go about adding JUnit support (per ShellCheck docs) is to utilize the checkstyle xml format (i.e. -f checkstyle) and then use an xslt to transform that to JUnit xml format.
ShellCheck does not natively support the JUnit XML format.
Seems the best way to go about adding JUnit support (per ShellCheck docs) is to utilize the checkstyle xml format (i.e.
-f checkstyle) and then use an xslt to transform that to JUnit xml format.