displaying jsHint and cssLint results in sonar
Asked Answered
I

1

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.

Impost answered 31/12, 2012 at 13:56 Comment(2)
Sound this help: github.com/boxuk/jslint-jenkins-pluginSurfeit
thanks, but this will run jsLint and display the resuls in jenkis while I wish to run jsHint and display the results on sonarImpost
A
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:

Anubis answered 31/12, 2012 at 15:55 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.