Skip to content

Commit

Permalink
Remove redundant Sonar prefix in CodeTF summary (#606)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella authored May 30, 2024
1 parent 17b9fa1 commit dbf8579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_codemods/sonar/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def from_core_codemod(
return SonarCodemod(
metadata=Metadata(
name=name,
summary="Sonar: " + other.summary,
summary=other.summary,
review_guidance=other._metadata.review_guidance,
references=(
other.references + [Reference(url=rule_url, description=rule_name)]
Expand Down

0 comments on commit dbf8579

Please sign in to comment.