Is there a way to upload a configuration file that enables/ disables specific checkers?

I have read through the documentation but am unable to tell if it is possible for me to turn on or off specific checks via a configuration file uploaded to the tool. I know that sonar-project.properties serves as a config file, but I would like to be able to edit this file and specify which vulnerabilities SonarQube does or does not look for. I am using the community edition, so if this feature is available in a different version, let me know!

example of enabled checker in a config file:

WARNING_FILTER += allow class=“Abstract Naming”

Thanks so much!

Hey there.

You will need to adjust the Quality Profile applied to your project.

Ohh I see! Is there a way to export a quality profile?

Take a look at this section of the documentation

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.