We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb4614 commit 4c0fe1dCopy full SHA for 4c0fe1d
src/main/resources/META-INF/rewrite/recipes.yml
@@ -0,0 +1,10 @@
1
+---
2
+type: specs.openrewrite.org/v1beta/recipe
3
+name: org.checkstyle.autofix.CheckstyleAutoFix
4
+displayName: Checkstyle autoFix
5
+description: Automatically fixes Checkstyle violations.
6
+tags:
7
+ - checkstyle
8
+ - static-analysis
9
+recipeList:
10
+ - org.checkstyle.autofix.recipe.UpperEllRecipe
0 commit comments