I’ve been trying to figure out how we can exclude Roslyn issues globally but the only solution I’ve been able to find is to use the .editorconfig file to exclude them. Problem with that is, as far is I understand, this would have to be added per project. This also means everyone would be able to update this file, which I also don’t want.
We have a lot of projects and I’d like all of them to use the same rules.
I’ve tried adding the issues to the global sonarqube settings (Administration → Configuration → General settings → Analysis Scope) like this
but it looks like that’s completely ignored.
I’ve also tried to add it on a specific project, just to test if the feature works at all for roslyn, but that seems to be completely ignored too.
Any suggestions on how I can best achieve my goal?
If I understand correctly, the page you linked only shows an option to ignore all roslyn issues or to categorize specific issues. I want to only exclude specific roslyn issues.
Am I misunderstanding this?