Hello, we are using some CSS4 (with appropriate fallback) in our project, but this is being flagged by SonarQube as “unknown property” Bugs with the severity Blocker, we would like to ignore the unknown property rule or report as Minor/Info. Is there any documentation about how to set the rule priority? I had a look but I’m new to SonarQube and sadly failed.
Any help apricated.
Hi,
Welcome to the community!
My guess is that you’re currently using the Sonar way profile, which you’re not going to be able to edit. So you’ll want to make a new profile that you can edit. It will either inherit from Sonar way or start as a copy of Sonar way. The docs should help.
Ann