hello
is possible to block " sonar .issue .ignore" ? because in our team some developers use the igore rule property for “pass the validation”, we need block this feature in sonar, because we dont trust in dev team.
hello
is possible to block " sonar .issue .ignore" ? because in our team some developers use the igore rule property for “pass the validation”, we need block this feature in sonar, because we dont trust in dev team.
Hi,
Welcome to the community!
I suppose you’ve not granted your developers access to the Administer Issues permission because you don’t trust them with that either?
Honestly, if you don’t trust your developers… this whole thing is a losing game. You should get developers you do trust.
First, it’s not possible to block the use of analysis properties, either individually or on the whole. You would have to lock them out of both the CI/CD build configuration and out of modifying the project files, e.g. sonar-project.properties
that contribute to analysis configuration. In most SCMs it’s going to be difficult to do that while allowing them to retain the permissions to actually… do their work.
IMO, you should
Ann