File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,9 @@ limitations under the License.
1919<!DOCTYPE module PUBLIC
2020 "-//Checkstyle//DTD Checkstyle Configuration 1.3//EN"
2121 "https://checkstyle.org/dtds/configuration_1_3.dtd">
22-
2322<!-- commons lang customization of default Checkstyle behavior -->
2423<module name =" Checker" >
25- <property name =" localeLanguage " value = " en " />
24+ <module name =" FileTabCharacter " />
2625 <module name =" SuppressionFilter" >
2726 <!-- Default property set by maven-checkstyle-plugin -->
2827 <property name =" file" value =" ${checkstyle.suppressions.file}" />
@@ -31,9 +30,6 @@ limitations under the License.
3130 <module name =" JavadocPackage" >
3231 <property name =" allowLegacy" value =" false" />
3332 </module >
34- <module name =" FileTabCharacter" >
35- <property name =" fileExtensions" value =" java,xml" />
36- </module >
3733 <module name =" LineLength" >
3834 <property name =" max" value =" 160" />
3935 </module >
@@ -68,4 +64,5 @@ limitations under the License.
6864 <property name =" fileExtensions" value =" java" />
6965 <property name =" severity" value =" warning" />
7066 </module >
67+ <property name =" localeLanguage" value =" en" />
7168</module >
You can’t perform that action at this time.
0 commit comments