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 667a1ad commit 428d160Copy full SHA for 428d160
algorithm-exercises-java/build.gradle
@@ -57,6 +57,7 @@ checkstyle {
57
showViolations = true
58
}
59
60
+// Reference: https://docs.openrewrite.org/running-recipes/popular-recipe-guides/automatically-fix-checkstyle-violations
61
rewrite {
62
activeRecipe 'org.openrewrite.staticanalysis.CodeCleanup'
63
checkstyleConfigFile = file("checkstyle.xml")
0 commit comments