jhipster / jhipster-lite

JHipster Lite ⚡ is a development platform to generate, develop & deploy modern web applications & microservices architecture, step by step - using Hexagonal Architecture :gem:
https://lite.jhipster.tech
Apache License 2.0
453 stars 209 forks source link

Sonar: Rename this generic name to match the regular expression #10167

Closed qmonmert closed 3 months ago

qmonmert commented 3 months ago

Fix:

qmonmert commented 3 months ago

@murdos ok but if we disable a lot of rules, why have Sonar?

murdos commented 3 months ago

@murdos ok but if we disable a lot of rules, why have Sonar?

@qmonmert : A lot of rules are interesting, and some are not. We can't directly configure the applied rules, they're defined in the quality profile defined on the SonarQube server: https://sonarcloud.io/organizations/jhipster/quality_profiles/show?name=Sonar+way&language=java It's similar to eslint, that provides a lot of rules. Some are part of the recommended config, and some are just provided but not enabled, and each project/team decides what rules are applied.

pascalgrimaud commented 2 months ago

shouldn't it be applied to generated config too ?

qmonmert commented 2 months ago

@pascalgrimaud done here https://github.com/jhipster/jhipster-lite/pull/10212