소스 검색

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

This is now handled by .gitattributes .
tags/8.2.0.alpha2
Ahmed Ashour 6 년 전
부모
커밋
396b685928
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0
    6
      checkstyle/vaadin-checkstyle.xml

+ 0
- 6
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 -->

Loading…
취소
저장