diff options
-rw-r--r-- | checkstyle/vaadin-checkstyle.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/checkstyle/vaadin-checkstyle.xml b/checkstyle/vaadin-checkstyle.xml index 6777cdf8d0..4e086fe06c 100644 --- a/checkstyle/vaadin-checkstyle.xml +++ b/checkstyle/vaadin-checkstyle.xml @@ -62,12 +62,6 @@ <module name="NewlineAtEndOfFile"> <property name="severity" value="warning" /> </module> - <module name="RegexpMultiline"> - <property name="message" - value="File contains carriage return (Windows newlines)" /> - <property name="format" value="\r" /> - </module> - <!-- Checks that property files contain the same keys. --> <!-- See http://checkstyle.sf.net/config_misc.html#Translation --> |