Skip to content

Commit 428d160

Browse files
author
Gonzalo Diaz
committed
[CONFIG] auto fix format sources capacity added. Makefile action "format" added.
1 parent 667a1ad commit 428d160

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

algorithm-exercises-java/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ checkstyle {
5757
showViolations = true
5858
}
5959

60+
// Reference: https://docs.openrewrite.org/running-recipes/popular-recipe-guides/automatically-fix-checkstyle-violations
6061
rewrite {
6162
activeRecipe 'org.openrewrite.staticanalysis.CodeCleanup'
6263
checkstyleConfigFile = file("checkstyle.xml")

0 commit comments

Comments
 (0)