Skip to content

Commit a40303e

Browse files
committed
Revert changes
1 parent bd51f25 commit a40303e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.checkstyle/checkstyle.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
<!-- https://checkstyle.org/config_imports.html#AvoidStarImport -->
3838
<module name="AvoidStarImport"/>
3939

40+
<!-- https://checkstyle.org/config_misc.html#AvoidEscapedUnicodeCharacters -->
41+
<module name="AvoidEscapedUnicodeCharacters">
42+
<property name="allowByTailComment" value="true"/>
43+
<property name="allowEscapesForControlCharacters" value="true"/>
44+
<property name="allowNonPrintableEscapes" value="true"/>
45+
<property name="severity" value="info"/>
46+
</module>
47+
4048
<!-- https://checkstyle.org/config_misc.html#CommentsIndentation -->
4149
<module name="CommentsIndentation"/>
4250

0 commit comments

Comments
 (0)