Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions rewrite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,22 @@ recipeList:
- org.openrewrite.staticanalysis.ReorderAnnotations
- org.openrewrite.java.UseStaticImport:
methodPattern: 'org.openrewrite..Assertions *(..)'
---
type: specs.openrewrite.org/v1beta/recipe
name: CheckstyleAutoFixConfigured
displayName: Checkstyle Auto Fix Configured
description: |
Automatically applies OpenRewrite recipes to fix Checkstyle violations
based on the provided Checkstyle XML violation report. This recipe serves
as an entry point to apply all auto-fixable rules configured in the report.
tags:
- checkstyle
- autofix
- static-analysis
- java
- code-quality
recipeList:
- org.checkstyle.autofix.CheckstyleAutoFix:
violationReportPath: "target/checkstyle/checkstyle-report.xml"
configurationPath: "https://raw.githubusercontent.com/checkstyle/checkstyle/checkstyle-${checkstyle.version}/config/checkstyle-checks.xml"
propertiesPath: "config/checkstyle.properties"
19 changes: 0 additions & 19 deletions src/main/resources/META-INF/rewrite/recipes.yml

This file was deleted.

Loading