We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5a1ea commit aab569bCopy full SHA for aab569b
pom.xml
@@ -380,10 +380,12 @@
380
<checkstyleRules>
381
<module name="Checker">
382
<module name="FileTabCharacter" />
383
+ <!-- git checkout may change linefeeds on the fly
384
<module name="RegexpMultiline">
385
<property name="format" value="(?s:(\r\n|\r).*)"/>
386
<property name="message" value="CRLF and CR line endings are prohibited, but this file uses them."/>
387
</module>
388
+ -->
389
<module name="TreeWalker">
390
<module name="ConstantName" />
391
<module name="EmptyStatement" />
0 commit comments