Both jsHint and cssLint have the capability to generate their output in standard XML format files (sjlint.xml and csslint.xml).
Is there a method to showcase these results using Sonar?
My goal is to initiate a Jenkins job that will execute validations on JavaScript and exhibit the outcomes within Sonar.
Many thanks!