Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Rimozione plugin errato
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Jan 12, 2022
1 parent 5c07e50 commit 1d2afae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@
<activeRecipes>
<recipe>org.openrewrite.java.cleanup.UseCollectionInterfaces</recipe>
<recipe>org.openrewrite.java.cleanup.HiddenField</recipe>
<!--
<recipe>org.openrewrite.java.cleanup.MissingOverrideAnnotation</recipe>
-->
<recipe>org.openrewrite.java.cleanup.NeedBraces</recipe>
<recipe>org.openrewrite.java.cleanup.UseJavaStyleArrayDeclarations</recipe>
<recipe>org.openrewrite.java.cleanup.RemoveExtraSemicolons</recipe>
Expand Down

0 comments on commit 1d2afae

Please sign in to comment.