Skip to content

Commit cd4ec59

Browse files
author
Vincent Potucek
committed
[openrewrite] ignore full.dirty.java
1 parent 12f7eb9 commit cd4ec59

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gradle/rewrite.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apply plugin: 'org.openrewrite.rewrite'
33
rewrite {
44
activeRecipe('com.diffplug.spotless.SanityCheck')
55
exclusions.addAll(
6+
'**.dirty.java',
67
'**_gradle_node_plugin_example_**',
78
'**gradle/changelog.gradle',
89
'**gradle/java-publish.gradle',

testlib/src/main/resources/java/idea/full.dirty.java

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,17 @@
66

77
import org.springframework.boot.autoconfigure.SpringBootApplication;
88

9-
@SpringBootApplication
9+
@
10+
11+
SpringBootApplication
1012
public
1113

1214

1315
class Application{
1416

15-
public static void main(String[] args) {
17+
public static void main( String[] args) {
1618
SpringApplication. run(Application.class, args);
1719
}
1820

1921
}
22+

0 commit comments

Comments
 (0)