1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02:00

Add JavadocPackage checkstyle

change from package.html to package-info.java. Add missing
package-info.java with a placeholder description.
This commit is contained in:
Florian Schmaus 2015-04-04 17:16:47 +02:00
parent dc373f641c
commit de528eee67
310 changed files with 4900 additions and 17 deletions

View file

@ -52,6 +52,7 @@
<property name="format" value="^\s*[\S&amp;&amp;[^\*/]]+\s+$"/>
<property name="message" value="Line containing trailing whitespace character(s)"/>
</module>
<module name="JavadocPackage"/>
<module name="TreeWalker">
<module name="FileContentsHolder"/>
<module name="UnusedImports">