mongulu-cm / mtchoun-mouh

Notification platform for passport delivrance for Cameroon consulate at Marseille(France)
https://mtchoun-mouh.mongulu.cm/
GNU General Public License v3.0
4 stars 2 forks source link

code quality [Sonarcube] #95

Open tsafacjo opened 1 year ago

tsafacjo commented 1 year ago

I don't know if there is already an code quality checker on the pipeline. @billmetangmo

billmetangmo commented 1 year ago

We currently just have linting trough black for python code https://github.com/mongulu-cm/mtchoun-mouh/blob/dc9236b38aba1ed841611910fb557871acb9aee4/.pre-commit-config.yaml#L22 and terraform fmt https://github.com/mongulu-cm/mtchoun-mouh/blob/dc9236b38aba1ed841611910fb557871acb9aee4/.pre-commit-config.yaml#L16

billmetangmo commented 1 year ago

For code quality, I used locally on my IDE https://sourcery.ai/ for python code and snyk but nothing is done on CI. We can of course try sonarqube for quality on CI. Thanks for suggestion 😄

tsafacjo commented 1 year ago

ok, I will try it.