Closed cefritu closed 6 months ago
Implement tasks from week07 into our code
dotnet-format stylecop
dotnet new editorconfig
Sylecop anaylsers doc: https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/DOCUMENTATION.md
First time we ran SonarCloud we had the python files still, which gave us a higher technical debt
TODO:
at least 3 static analysis tools:
[x] one linter for c#
[x] one code formatter for c#
[x] one linter for the docker files
[x] abort build if qa is too low
[x] define qa quality threshhold
[x] optional: find a tool that automatically fixes the qa problems
[x] add Sonarqube
[x] add Code Climate
[x] react to the issues that these tools are complaining about