From: Jonatan Kronqvist Date: Tue, 29 Apr 2014 06:01:30 +0000 (+0300) Subject: Ignore irrelevant header lines in checkstyle configuration X-Git-Tag: 7.2.0~10^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9bf027808d63c2641bfdacfc87e94c2cb4a29f4a;p=vaadin-framework.git Ignore irrelevant header lines in checkstyle configuration * Ignores the empty lines that may have trailing white-space in the license header. This allows formatting of the license header either with or without trailing white-space, which differs between different versions of Eclipse (as well as between IDEs). Change-Id: If97d2cfe169accd6d05e44521c9ca5265d715772 --- diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index 1caf480582..9dfe1c9156 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -90,6 +90,8 @@ + +