Add support for JUnit format #20
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Milestone
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.The text was updated successfully, but these errors were encountered: