Skip to content

Commit 013e00c

Browse files
committed
Adjust to blocking lower/uper-casing without locale.
1 parent d11a425 commit 013e00c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/checkstyle/checkstyle-suppressions.xml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
<suppress files=".*Hello.*" checks="RedundantModifier"/>
1515
<suppress files=".*test.*" checks="JavadocStyle"/>
1616
<suppress files=".*test.*" checks="JavadocVariable"/>
17+
<suppress files="[\\/]src[\\/](test|testFixtures)[\\/](java|java21)[\\/]" checks="RegexpSinglelineJava" id="toLowerCaseWithoutLocale"/>
18+
<suppress files="[\\/]src[\\/](test|testFixtures)[\\/](java|java21)[\\/]" checks="RegexpSinglelineJava" id="toUpperCaseWithoutLocale"/>
1719
<!-- Important -->
1820
<suppress files=".*HttpEncoding.*" checks="InterfaceIsTypeCheck" />
1921
</suppressions>

0 commit comments

Comments
 (0)