Align Checkstyle rules with Spotless #194

Merged
lars.winzer merged 4 commits from issue/2-inconsistency-of-linting-between-checkstyle-and-spotless into main 2026-03-18 18:23:46 +01:00
Showing only changes of commit 97c2dc6a02 - Show all commits
+1 -1
View File
@@ -20,7 +20,7 @@
<!-- https://checkstyle.sourceforge.io/checks/whitespace/filetabcharacter.html -->
<module name="FileTabCharacter"/>
<!-- Maximale Zeilenlänge -->
<!-- Maximale Zeilenlänge (AOSP enforces 100 lines, the Google Java Style Guide 80)-->
<!-- https://checkstyle.sourceforge.io/checks/sizes/linelength.html -->
<module name="LineLength">
<property name="max" value="100"/>