Skip to content

Commit

Permalink
🐛 change codemod name to better match the codemod
Browse files Browse the repository at this point in the history
I put the correct Sonar identifier in the name but forgot
to change the human readable bit to match
  • Loading branch information
ryandens committed Apr 8, 2024
1 parent 591af6f commit c669008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import javax.inject.Inject;

@Codemod(
id = "sonar:java/remove-redundant-variable-creation-s1128",
id = "sonar:java/remove-unused-import-s1128",
reviewGuidance = ReviewGuidance.MERGE_WITHOUT_REVIEW,
importance = Importance.LOW,
executionPriority = CodemodExecutionPriority.HIGH)
Expand Down

0 comments on commit c669008

Please sign in to comment.