8

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.

Vitali Bichov
  • 988
  • 2
  • 12
  • 26

1 Answers1

1

I think that you need to develop a new Sonar Plugin. Take a look at the following links that might help you.

Digging around, I found this closed Sonar issue suggesting that Sonar's Javascript plugin works better, compared to jsLint:

Mark O'Connor
  • 76,015
  • 10
  • 139
  • 185