ITU-DevOps2024-Ben10 / ITU-minitwit

http://165.227.156.51:8080/
2 stars 0 forks source link

W8: As developers we need to add maintainability and technical debt estimation tools to our project #62

Closed OLaursen closed 6 months ago

OLaursen commented 6 months ago

We need to add:

Sonarqube has a guide in the exercises of week 8. Code climate can be added via login to Github and selection of our repository.

AC:

OLaursen commented 6 months ago

Sonarqube is added, but I'm not sure whether the analysis is completed as I'm not allowed create a new one.

OLaursen commented 6 months ago

Code climate has been added to the repository, we currently have 41 corrections that needs to be addressed. I will try to work through some of them.

OLaursen commented 6 months ago

Most issues are minor, such as too many methods or too long methods, which for now I won't deem necessary to correct. However there are a lot of issues raised around our API, so we should look into that.