Don't allow package-info.html

This commit is contained in:
Benedikt Ritter 2017-06-06 15:02:09 +02:00
parent 551101299d
commit f21c32a059
No known key found for this signature in database
GPG Key ID: 9DAADC1C9FCC82D0
1 changed files with 1 additions and 4 deletions

View File

@ -23,10 +23,7 @@ limitations under the License.
<!-- commons lang customization of default Checkstyle behavior -->
<module name="Checker">
<property name="localeLanguage" value="en"/>
<module name="JavadocPackage">
<!-- setting allowLegacy means it will check for package.html instead of just package-info.java -->
<property name="allowLegacy" value="true"/>
</module>
<module name="JavadocPackage"/>
<module name="FileTabCharacter">
<property name="fileExtensions" value="java,xml"/>
</module>