Commit ccfd9a6
committed
checkstyle.xml: enforce Java-style arrays
To quote Google's Java style guide:
> The square brackets form a part of the type, not the variable:
> String[] args, not String args[].
See: https://checkstyle.org/styleguides/google-java-style-20250426/javaguide.html1 parent 27876c5 commit ccfd9a6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
109 | 112 | | |
110 | 113 | | |
111 | 114 | | |
| |||
0 commit comments