Disable NOSONAR usage globally

Hello!

I would like to know if there is any way to disable the use of NOSONAR globally in our projects instead of working with the rules that detect the use of it.

Thank you!

Welcome :slight_smile:

this still stands

beside there’s also the use of sonar.exclusions as scanner property, think of sonar.exclusions=**/*.*

Gilbert

All right, we’ll use this, thank you very much for the answer Gilbert. :slight_smile: