Skip to content

Commit 3ee2ff6

Browse files
author
Vincent Potucek
committed
rewrite-maven-plugin: Introduce OpenRewrite by Moderne (RemoveUnusedPrivateMethods)
1 parent 12201fd commit 3ee2ff6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ under the License.</licenseText>
813813
<!-- staticanalysis -->
814814
<!-- <recipe>org.openrewrite.staticanalysis.CodeCleanup</recipe> -->
815815
<!-- <recipe>org.openrewrite.staticanalysis.CommonStaticAnalysis</recipe> -->
816+
<!-- <recipe>org.openrewrite.staticanalysis.FinalizeMethodArguments</recipe> -->
816817
<!-- <recipe>org.openrewrite.staticanalysis.RemoveUnusedLocalVariables</recipe> -->
817818
<!-- <recipe>org.openrewrite.staticanalysis.RemoveUnusedPrivateFields</recipe> -->
818819
<recipe>org.openrewrite.staticanalysis.RemoveUnusedPrivateMethods</recipe>
@@ -822,6 +823,9 @@ under the License.</licenseText>
822823
<exclusions>
823824
<!-- wait for suppression: RemoveUnusedPrivateMethods -->
824825
<exclusion>src/mdo/java/**</exclusion>
826+
<exclusion>*/some/irrelevant/or/expensive/directory/**</exclusion>
827+
<exclusion>*/src/mdo/java/**</exclusion>
828+
<exclusion>*src/mdo/java/**</exclusion>
825829
<exclusion>src/mdo/java/**.java</exclusion>
826830
<exclusion>src/mdo/java/Wrapper*.java</exclusion>
827831
<exclusion>src/mdo/java/Wrapper**.java</exclusion>

0 commit comments

Comments
 (0)