Skip to content

Add quality gate and quality profiles to false positive report#1

Closed
roberto-luzardo-sonarsource wants to merge 1 commit into
mainfrom
add-quality-gate-and-profiles
Closed

Add quality gate and quality profiles to false positive report#1
roberto-luzardo-sonarsource wants to merge 1 commit into
mainfrom
add-quality-gate-and-profiles

Conversation

@roberto-luzardo-sonarsource

Copy link
Copy Markdown
Owner

This commit enhances the SonarQube false positive reporter to include:

  • Quality gate used by each project
  • Quality profiles containing the rules that generated false positive issues

New API methods added:

  • get_project_quality_gate(): Fetches the quality gate for a project
  • get_quality_profiles_for_project(): Retrieves all quality profiles associated with a project

The CSV output now includes two additional columns:

  • Quality Gate: The name of the quality gate assigned to the project
  • Quality Profiles: A semicolon-separated list of language:profile pairs

Updated README with the new features and sample output.

This commit enhances the SonarQube false positive reporter to include:
- Quality gate used by each project
- Quality profiles containing the rules that generated false positive issues

New API methods added:
- get_project_quality_gate(): Fetches the quality gate for a project
- get_quality_profiles_for_project(): Retrieves all quality profiles associated with a project

The CSV output now includes two additional columns:
- Quality Gate: The name of the quality gate assigned to the project
- Quality Profiles: A semicolon-separated list of language:profile pairs

Updated README with the new features and sample output.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@robertosonartest

Copy link
Copy Markdown

Quality Gate failed Quality Gate failed

Failed conditions
1 New issue
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarQube

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE SonarQube for IDE

@roberto-luzardo-sonarsource
roberto-luzardo-sonarsource deleted the add-quality-gate-and-profiles branch February 11, 2026 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant