Skip to content

Commit aab569b

Browse files
committed
removed linefeed check, due to multiple git checkout configurations regarding linefeeds
1 parent 2f5a1ea commit aab569b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,10 +380,12 @@
380380
<checkstyleRules>
381381
<module name="Checker">
382382
<module name="FileTabCharacter" />
383+
<!-- git checkout may change linefeeds on the fly
383384
<module name="RegexpMultiline">
384385
<property name="format" value="(?s:(\r\n|\r).*)"/>
385386
<property name="message" value="CRLF and CR line endings are prohibited, but this file uses them."/>
386387
</module>
388+
-->
387389
<module name="TreeWalker">
388390
<module name="ConstantName" />
389391
<module name="EmptyStatement" />

0 commit comments

Comments
 (0)