Skip to content

Commit

Permalink
rimozioe openrewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobaccan committed Dec 6, 2024
1 parent 3948f9b commit 5fd8819
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,33 +108,32 @@
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
<plugins>
<!--
<plugin>
<groupId>org.openrewrite.maven</groupId>
<artifactId>rewrite-maven-plugin</artifactId>
<version>5.46.2</version>
<version>5.46.2</version>
<configuration>
<!-- https://docs.openrewrite.org/reference/recipes/java -->
<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>
<recipe>org.openrewrite.java.cleanup.NoFinalizer</recipe>
<recipe>org.openrewrite.java.cleanup.UnnecessaryParentheses</recipe>
<recipe>org.openrewrite.java.cleanup.NoFinalizer</recipe>
<recipe>org.openrewrite.java.cleanup.UnnecessaryParentheses</recipe>
<recipe>org.openrewrite.java.cleanup.UnnecessaryCloseInTryWithResources</recipe>
<recipe>org.openrewrite.java.cleanup.UseDiamondOperator</recipe>
<recipe>org.openrewrite.java.cleanup.MultipleVariableDeclarations</recipe>
<recipe>org.openrewrite.java.cleanup.MultipleVariableDeclarations</recipe>
<recipe>org.openrewrite.java.cleanup.IsEmptyCallOnCollections</recipe>
<recipe>org.openrewrite.java.cleanup.StaticMethodNotFinal</recipe>
<recipe>org.openrewrite.java.cleanup.LambdaBlockToExpression</recipe>
<recipe>org.openrewrite.java.format.AutoFormat</recipe>
</activeRecipes>
</configuration>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

0 comments on commit 5fd8819

Please sign in to comment.