summaryrefslogtreecommitdiffstats
path: root/checkstyle
diff options
context:
space:
mode:
authorAhmed Ashour <asashour@yahoo.com>2017-09-22 09:11:36 +0200
committerHenri Sara <henri.sara@gmail.com>2017-09-22 10:11:36 +0300
commit396b6859285e641f4b13df6fdcd3771778fb6e97 (patch)
tree9990b5f2326f461cdfaccbd153f2c39ee7eb8f59 /checkstyle
parent1b8d507e5b3b14a57b4527ba1af1c074b99fcca2 (diff)
downloadvaadin-framework-396b6859285e641f4b13df6fdcd3771778fb6e97.tar.gz
vaadin-framework-396b6859285e641f4b13df6fdcd3771778fb6e97.zip
Disable end-of-line check for checkstyle (#10060)
This is now handled by .gitattributes .
Diffstat (limited to 'checkstyle')
-rw-r--r--checkstyle/vaadin-checkstyle.xml6
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 -->