Disable a specific rule in our Quality profile

Hi,

My team wants to disable the following rule in our Quality profile

  • Web:InputWithoutLabelCheck (“input”, “select” and “textarea” tags should be labeled)

but i cannot find this rule in our Quality profile so i cannot disable this rule.

Can someone help me to disable this rule?

Hi @Adrie, go to Rules/Tag, filter on ‘accessibility’, and then search on ‘input’. Here’s the URL for the sonarsource organization: SonarQube Cloud

HI Paul, found it! Thanks! But is there an option to disable this rule? Or is this not an optional rule.

Hi Adrie, Rules in built-in quality profiles can’t be activated or deactivated. You can create a customizable quality profile based on a built-in one by copying or extending it in the quality profiles list.

Oke! Clear! Thanks for this information.