Skip to content

Commit dbf8579

Browse files
authored
Remove redundant Sonar prefix in CodeTF summary (#606)
1 parent 17b9fa1 commit dbf8579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core_codemods/sonar/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def from_core_codemod(
2828
return SonarCodemod(
2929
metadata=Metadata(
3030
name=name,
31-
summary="Sonar: " + other.summary,
31+
summary=other.summary,
3232
review_guidance=other._metadata.review_guidance,
3333
references=(
3434
other.references + [Reference(url=rule_url, description=rule_name)]

0 commit comments

Comments
 (0)