jsHint and cssLint can output their results in to standard xml (sjlint.xml and csslint.xml format) file.
Is there a way to display those results with sonar?
What I'm trying to do is to run a jenkins job that will run validations on java script and show the results in Sonar.
Thank you.