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 bd51f25 commit a40303eCopy full SHA for a40303e
.checkstyle/checkstyle.xml
@@ -37,6 +37,14 @@
37
<!-- https://checkstyle.org/config_imports.html#AvoidStarImport -->
38
<module name="AvoidStarImport"/>
39
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
+
48
<!-- https://checkstyle.org/config_misc.html#CommentsIndentation -->
49
<module name="CommentsIndentation"/>
50
0 commit comments