diff options
author | Henri Sara <hesara@vaadin.com> | 2016-08-23 09:46:42 +0300 |
---|---|---|
committer | Henri Sara <hesara@vaadin.com> | 2016-08-23 09:46:42 +0300 |
commit | 03a0c328577d0758a6dd0decaa28ed957ae54871 (patch) | |
tree | 3dc9864e650ef7085926355c89341450e799ad24 /checkstyle | |
parent | 628adbf01ae5161e0ee39e19be3d3b405b497d6e (diff) | |
download | vaadin-framework-03a0c328577d0758a6dd0decaa28ed957ae54871.tar.gz vaadin-framework-03a0c328577d0758a6dd0decaa28ed957ae54871.zip |
Ignore missing package.html in checkstyle
Change-Id: I74eeb1f58d8f3dffc92e8dcdb3dc6d32efd82735
Diffstat (limited to 'checkstyle')
-rw-r--r-- | checkstyle/vaadin-checkstyle.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index e55b20b1df..6777cdf8d0 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -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 --> |