Skip to content
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

Generate scalastyle.html report from scalastyle.xml #359

Open
MoustafaAMahmoud opened this issue Apr 12, 2020 · 1 comment
Open

Generate scalastyle.html report from scalastyle.xml #359

MoustafaAMahmoud opened this issue Apr 12, 2020 · 1 comment

Comments

@MoustafaAMahmoud
Copy link

Hello,

I did lots of search about how I can generate scalastyle.html as a maven report from scalastyle.xml.

I know we can configure it in Jenkins or any other tools. However, I am searching about how can we generate it local using maven site report such as CheckStyle in Java or Scoverage in Scala.

Thanks,

@mwz
Copy link

mwz commented Apr 13, 2020

I personally use SonarQube with the sonar-scala Scala plugin to browse through Scalastyle issues and aggregate them across multiple projects, but if you want just a simple HTML report generated in your project, then you might need to implement it similarly to how Scapegoat does it. I'm not sure if there is any tool that generates an HTML report from XML reports in checkstyle format (but I wouldn't be surprised if there was one).

Happy to accept contributions to beautiful-scala/scalastyle if that's something you're interested in implementing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants