Skip to content

Commit 8326fd5

Browse files
committed
Fixed charset setting for checkstyle.
Checkstyle should not rely on the file.encoding property but always use UTF-8.
1 parent dd01467 commit 8326fd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quality_assurance/checkstyle_rules.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
-->
1111
<module name="Checker">
1212
<property name="severity" value="warning"/>
13+
<property name="charset" value="UTF-8"/>
1314
<module name="TreeWalker">
1415
<module name="FileContentsHolder"/>
1516
<module name="ClassTypeParameterName"/>

0 commit comments

Comments
 (0)