File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 33 "extends" : [
44 "config:recommended" ,
55 ] ,
6- " packageRules" : [
6+ packageRules : [
77 {
8- "groupName" : "Ktlint" ,
9- "enabled" : false ,
10- "matchPackageNames" : [
11- "/com.pinterest.ktlint:*/" ,
12- ]
13- }
8+ groupName : 'OpenRewrite' ,
9+ matchPackageNames : [
10+ 'org.openrewrite.recipe:.*' ,
11+ ] ,
12+ } ,
1413 ]
1514}
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ rewrite {
2121 failOnDryRunResults = true
2222}
2323dependencies {
24- rewrite(platform(' org.openrewrite.recipe:rewrite-recipe-bom:3.19.0' ))
2524 rewrite(' org.openrewrite.recipe:rewrite-migrate-java:3.22.0' )
2625 rewrite(' org.openrewrite.recipe:rewrite-java-security:3.22.0' )
2726 rewrite(' org.openrewrite.recipe:rewrite-rewrite:0.16.0' )
You can’t perform that action at this time.
0 commit comments