Procházet zdrojové kódy

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

This is now handled by .gitattributes .
tags/8.2.0.alpha2
Ahmed Ashour před 6 roky
rodič
revize
396b685928
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. 0
    6
      checkstyle/vaadin-checkstyle.xml

+ 0
- 6
checkstyle/vaadin-checkstyle.xml Zobrazit soubor

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

Načítá se…
Zrušit
Uložit