AuthMe / ConfigMe

A simple configuration management library for any Java project!
MIT License
37 stars 14 forks source link

Add Sonar analysis to project #376

Open ljacqu opened 1 year ago

ljacqu commented 1 year ago

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.

gamerover98 commented 10 months ago

You can use SonarLint