Skip to content

Commit a27fc28

Browse files
committedAug 3, 2022
added unicode property to checks.xml
1 parent 3a8330c commit a27fc28

File tree

1 file changed

+1
-0
lines changed
  • qulice-checkstyle/src/main/resources/com/qulice/checkstyle

1 file changed

+1
-0
lines changed
 

‎qulice-checkstyle/src/main/resources/com/qulice/checkstyle/checks.xml

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
3030
-->
3131
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
3232
<module name="Checker">
33+
<property name="charset" value="UTF-8"/>
3334
<!--
3435
Enforces English locale to be independent from the
3536
default locale which may vary between environments.

0 commit comments

Comments
 (0)