-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sonar 5.2 support. #5
Comments
Both plugins define the Scala language. I don't think this used to cause a problem, but we've only ever used the scalastyle plugin on its own so I may be mistaken. I think the correct solution would be to pull the scala language support into a separate plugin that the scalastyle and scoverage plugin both rely on. This plugin wouldn't do much on it's own, but it would allow other scala plugins to be developed without conflicting. |
I've used both plugins with sq 5.1.2 and they worked well (at least no errors were reported). |
I am enountering the same thing with sq 5.2, scoverage 5.1.1 and scalastyle 0.0.1SN. |
Same here, as with others rolling back to 5.1.2 fixed the issue. |
I have the same problem here. Would love to be able to use them together. |
Hi,
I'm using sonar 5.2-RC4 with two scala related plugins, namely:
Scalastyle 0.0.3-SNAPSHOT (d7d92fd)
Scoverage 5.1.2
Unfortunately the project analysis fails with following stack trace:
https://gist.github.com/Rotwang/97b1a74a82302c5a6b4a
When using only one of those plugins at once the analysis do pass without error.
ps
I've also raised: RadoBuransky/sonar-scoverage-plugin#27 so everyone is informed.
The text was updated successfully, but these errors were encountered: