Explorar el Código

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

This is now handled by .gitattributes .
tags/8.2.0.alpha2
Ahmed Ashour hace 6 años
padre
commit
396b685928
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. 0
    6
      checkstyle/vaadin-checkstyle.xml

+ 0
- 6
checkstyle/vaadin-checkstyle.xml Ver fichero

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

Cargando…
Cancelar
Guardar