Skip to content

Commit c8547db

Browse files
author
Vincent Potucek
committed
[openrewrite] naming com.diffplug.spotless.openrewrite.SanityCheck
1 parent 9c0fab9 commit c8547db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/rewrite.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'org.openrewrite.rewrite'
22

33
rewrite {
4-
activeRecipe('com.diffplug.spotless.SanityCheck')
4+
activeRecipe('com.diffplug.spotless.openrewrite.SanityCheck')
55
exclusions.addAll(
66
'**.dirty.java',
77
'**_gradle_node_plugin_example_**',

rewrite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
type: specs.openrewrite.org/v1beta/recipe
3-
name: com.diffplug.spotless.SanityCheck
3+
name: com.diffplug.spotless.openrewrite.SanityCheck
44
displayName: Apply all Java & Gradle best practices
55
description: Comprehensive code quality recipe combining modernization, security, and best practices.
66
tags:

0 commit comments

Comments
 (0)