Skip to content

Commit

Permalink
Fixed redundant Sonar part of codemod ids (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
nahsra authored Jan 16, 2025
1 parent 0d88f08 commit 0be1881
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import javax.inject.Inject;

@Codemod(
id = "sonar:java/sonar-sql-injection-s2077",
id = "sonar:java/sql-injection-s2077",
reviewGuidance = ReviewGuidance.MERGE_AFTER_REVIEW,
importance = Importance.HIGH,
executionPriority = CodemodExecutionPriority.HIGH)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import javax.inject.Inject;

@Codemod(
id = "sonar:java/sonar-sql-injection-s3649",
id = "sonar:java/sql-injection-s3649",
reviewGuidance = ReviewGuidance.MERGE_AFTER_REVIEW,
importance = Importance.HIGH,
executionPriority = CodemodExecutionPriority.HIGH)
Expand Down

0 comments on commit 0be1881

Please sign in to comment.