Open starkensin opened 2 years ago
@jzi040941 If you don't mind, would you please work on this issue?
As my research, we can apply sonarlint with our individual IDE and then connect it with sonarqube sharing team rule. Also, we can apply sonarqube on CI phase before merging PR.
ESlint, prettier, valiation on CI phase too.
We applied eslint and prettier on frontend proejct. We need to do similar work on backend project.
I found sonarlint and sonarqube are about lint. If there is a formatter on java side like prettier and we can share the setting like .prettierrc, we need to apply it.