We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b9fa1 commit dbf8579Copy full SHA for dbf8579
src/core_codemods/sonar/api.py
@@ -28,7 +28,7 @@ def from_core_codemod(
28
return SonarCodemod(
29
metadata=Metadata(
30
name=name,
31
- summary="Sonar: " + other.summary,
+ summary=other.summary,
32
review_guidance=other._metadata.review_guidance,
33
references=(
34
other.references + [Reference(url=rule_url, description=rule_name)]
0 commit comments