Skip to content

Commit d4e2614

Browse files
committed
feat(checkstyle): update Checkstyle configuration and plugins for improved code quality
1 parent 148b716 commit d4e2614

5 files changed

Lines changed: 166 additions & 120 deletions

File tree

.prettierrc.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ overrides:
1919
plugins:
2020
- prettier-plugin-java
2121
tabWidth: 4
22+
arrowParens: avoid
2223
- files: "*.xml"
2324
options:
2425
plugins:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ subprojects {
3939
}
4040

4141
checkstyle {
42-
toolVersion = "12.3.1"
42+
toolVersion = "13.4.0"
4343
}
4444

4545
spotless {

0 commit comments

Comments
 (0)