Browse Source

Ignore missing package.html in checkstyle

Change-Id: I74eeb1f58d8f3dffc92e8dcdb3dc6d32efd82735
tags/8.0.0.alpha1
Henri Sara 7 years ago
parent
commit
03a0c32857
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      checkstyle/vaadin-checkstyle.xml

+ 2
- 0
checkstyle/vaadin-checkstyle.xml View File

@@ -51,9 +51,11 @@

<!-- Checks that a package-info.java file exists for each package. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html#JavadocPackage -->
<!--
<module name="JavadocPackage">
<property name="severity" value="info" />
</module>
-->

<!-- Checks whether files end with a new line. -->
<!-- See http://checkstyle.sf.net/config_misc.html#NewlineAtEndOfFile -->

Loading…
Cancel
Save