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

Add Sonar analysis to project #376

Open
ljacqu opened this issue Sep 12, 2023 · 1 comment
Open

Add Sonar analysis to project #376

ljacqu opened this issue Sep 12, 2023 · 1 comment
Milestone

Comments

@ljacqu
Copy link
Member

ljacqu commented Sep 12, 2023

It would be useful to run Sonar over this project and get its results. CodeClimate has a plugin at https://github.com/codeclimate/codeclimate-sonar-java, but it seems pretty dead and from what I've understood, it doesn't allow any configurations.

Maybe time to ditch CodeClimate—Checkstyle rules could be enforced by its Maven plugin, and there may be another code analysis service that provides something beyond Checkstyle. The way that we use it now, CodeClimate is nothing more than a container that runs Checkstyle, and I'm not sure what more it would provide that is of interest for us.

@ljacqu ljacqu added this to the Backlog milestone Sep 20, 2023
@gamerover98
Copy link
Contributor

You can use SonarLint

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

No branches or pull requests

2 participants