Currently a lot of warnings and errors from the code analyzers are being supressed in the .editorconfig. We should remove each of these supressions and fix them one by one (only the ones that are set as "suggestion")
This will allow us to enforce a code style across the entire codebase since the code analyzers run on the CI builds.
Currently a lot of warnings and errors from the code analyzers are being supressed in the .editorconfig. We should remove each of these supressions and fix them one by one (only the ones that are set as "suggestion")
This will allow us to enforce a code style across the entire codebase since the code analyzers run on the CI builds.