Browse Source

Disable end-of-line check for checkstyle (#10060)

This is now handled by .gitattributes .
tags/8.2.0.alpha2
Ahmed Ashour 6 years ago
parent
commit
396b685928
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      checkstyle/vaadin-checkstyle.xml

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

@@ -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 -->

Loading…
Cancel
Save