Hi @mwanchap,
Thank you for your feedback and your nice comments.
The Web:BoldAndItalicTagsCheck
supports icon fonts via the addition of the aria-hidden="true"
attribute as described in the rule description. I would recommend to use this attribute instead of disabling the rule. It will enable people with disabilities to have a better user experience, and this is also the way recommended by font awesome.
Regarding your problem with quality profiles, here are the steps to use all the rules from the “sonar way” quality profile except a few ones:
- Go to your organization page, then click on “Quality Profiles”. You should see something like this.
- Scroll to the HTML Quality profile. Click on the gear icon, then “copy” and provide the name of your new quality profile.
- Once you are on the new Quality Profile page, look at the “Rules” section on the left. Click on the number of “Total” and “Active” rules. You will then see see the list of active rule. Deactivate the one you want.
- Go to your project’s page and click “Administration”->“Quality Profiles”
- Choose your new Quality Profile for the “HTML” language.
Note that you still need to reanalyze your project before the issues disappear.
Let us know if you have further problems with this rule or the quality profiles.
Best regards,
Nicolas