Turn off analysis of a Quality Profiles

Hi
is it possible to turn off analysis of a Quality Profiles. Not just disable rules? Want to reduce analysis of lines. We don’t need to analyze xml files for example.

Hey there.

Sounds like you want to add an exclusion for XML files – this is pretty easy. sonar.exclusions=**/*.xml.

hi, This is setting on project level. Have tested it, and it works.
But is it possible to set this globally so that this applies to all projects

The same exclusion settings available at the project-level are available in the global Administration!

OK, can you link me to some documentation, or tell me where I can fint it? Or do I not have acess to do so maby. I have tried to deactivate all rules in Quality profile XML, but it still runs the analyse.
This is what I see in my menu:

Hey @kristel

Very sorry, I assumed you were using SonarQube Server. :person_facepalming:

On SonarQube Cloud, your organization must belong to an Enterprise plan to set analysis scope settings at the global level.

If you’re using a Free or Team plan, you must configure this at the project-level.