giftcooperation / giftpocket

Apache License 2.0
0 stars 0 forks source link

add sonarlint, sonarqube #8

Open starkensin opened 2 years ago

starkensin commented 2 years ago

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.

starkensin commented 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.

jzi040941 commented 2 years ago

ESlint, prettier, valiation on CI phase too.