Understanding Quality Profiles in SonarQube – Amplify DX Documentation

    Click on any profile to see detailed information like this image alt text

  1. The left section shows counts of which rules are active or inactive, categorized by Bugs, Vulnerabilities, and Code Smell.

  2. All numbers are links to a list of all quality rules, filtered to show rules belonging to that category. image alt text

  3. Here, you can see a list of rules that are available for the selected category. In the left Panel you can see and change the current filter criteria:

  4. Language: Filter rules by language.

  5. Type: Filter rules by Category/Type.

  6. Quality Profile: Filter rules based on the quality profile(s) they are active or inactive in

  7. In the right section, you will see a list of active rules that match your filter criteria. Administrators will see options to Deactivate or Activate those rules for the current profile.

  8. If you click on any rule, it will show you detailed information about that rule. image alt text

  9. On the right, you will see a description of that rule, and a list of profiles where that rule is used. Administrators will see additional options to activate/deactivate the rule for particular profiles. Some rules also contain configurable parameters.
    image alt text

  10. Administrators also have permission to change the severity of a rule (Bug, Vulnerability, or Code Smell) as well as the estimated time it would require to remedy this issue. This time estimate is used in calculating technical debt for the project.