|
498 | 498 | <recipe>org.openrewrite.staticanalysis.ModifierOrder</recipe> |
499 | 499 | <recipe>org.openrewrite.staticanalysis.RedundantFileCreation</recipe> |
500 | 500 | <recipe>org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods</recipe> |
501 | | -<!-- <recipe>org.openrewrite.java.format.AutoFormat</recipe> checkstyle equivalent --> |
502 | | -<!-- <recipe>org.openrewrite.java.format.BlankLines</recipe>--> |
503 | | -<!-- <recipe>org.openrewrite.java.format.NormalizeFormat</recipe>--> |
504 | | -<!-- <recipe>org.openrewrite.java.format.NormalizeLineBreaks</recipe>--> |
505 | | -<!-- <recipe>org.openrewrite.java.format.RemoveTrailingWhitespace</recipe>--> |
506 | | -<!-- <recipe>org.openrewrite.java.format.Spaces</recipe>--> |
507 | | -<!-- <recipe>org.openrewrite.java.format.TabsAndIndents</recipe>--> |
508 | | -<!-- <recipe>org.openrewrite.java.format.WrappingAndBraces</recipe>--> |
509 | | -<!-- <recipe>org.openrewrite.java.migrate.UpgradeToJava17</recipe>--> |
510 | | -<!-- <recipe>org.openrewrite.java.migrate.UpgradeToJava21</recipe>--> |
511 | | -<!-- <recipe>org.openrewrite.java.migrate.UpgradeToJava25</recipe>--> |
512 | | -<!-- <recipe>org.openrewrite.java.testing.assertj.Assertj</recipe>--> |
513 | | -<!-- <recipe>org.openrewrite.java.testing.cleanup.AssertTrueNullToAssertNull</recipe>--> |
514 | | -<!-- <recipe>org.openrewrite.java.testing.cleanup.TestsShouldNotBePublic</recipe>--> |
515 | | -<!-- <recipe>org.openrewrite.java.testing.junit5.JUnit5BestPractices</recipe>--> |
516 | | -<!-- <recipe>org.openrewrite.maven.OrderPomElements</recipe>--> |
517 | | -<!-- <recipe>org.openrewrite.staticanalysis.CodeCleanup</recipe>--> |
518 | | -<!-- <recipe>org.openrewrite.staticanalysis.CommonStaticAnalysis</recipe>--> |
519 | | -<!-- <recipe>org.openrewrite.staticanalysis.FinalizeLocalVariables</recipe>--> |
520 | | -<!-- <recipe>org.openrewrite.staticanalysis.MissingOverrideAnnotation</recipe>--> |
521 | | -<!-- <recipe>org.openrewrite.staticanalysis.RemoveUnusedLocalVariables</recipe>--> |
522 | | -<!-- <recipe>org.openrewrite.staticanalysis.RemoveUnusedPrivateFields</recipe>--> |
523 | | -<!-- <recipe>org.openrewrite.staticanalysis.StringLiteralEquality</recipe>--> |
524 | | -<!-- <recipe>org.openrewrite.text.EndOfLineAtEndOfFile</recipe>--> |
525 | 501 | </activeRecipes> |
526 | 502 | <failOnDryRunResults>true</failOnDryRunResults> |
527 | 503 | <rewriteSkip>${rewrite.skip}</rewriteSkip> |
|
0 commit comments