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 bb59de2 commit 73ce1f4Copy full SHA for 73ce1f4
src/conf/checkstyle/checkstyle.xml
@@ -25,7 +25,6 @@ limitations under the License.
25
<module name="Header">
26
<property name="headerFile" value="${checkstyle.header.file}" />
27
</module>
28
- <property name="localeLanguage" value="en" />
29
<module name="LineLength">
30
<property name="max" value="160"/>
31
@@ -69,5 +68,6 @@ limitations under the License.
69
68
<module name="WhitespaceAround" />
70
<module name="WhitespaceAroundCheck" />
71
+ <property name="localeLanguage" value="en" />
72
73
0 commit comments