Commit 9b6a8d7
committed
[#2855] Create spotless rule for package-info.java
And `module-info.java`
Spotless ingores package-info.java files (see
diffplug/spotless#532), but we can create
a rule that applies it if the file contains a javadoc.
Note that if the package-info.java doesn't have a javadoc,
it will cause an exception at compile time.1 parent bb5a14e commit 9b6a8d7
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
| |||
0 commit comments