44 "http://checkstyle.sourceforge.net/dtds/configuration_1_3.dtd">
55
66<!--
7- Copyright 2019 the original author or authors.
7+ Copyright 2020 the original author or authors.
88
99Licensed under the Apache License, Version 2.0 (the "License");
1010you may not use this file except in compliance with the License.
@@ -65,6 +65,9 @@ limitations under the License.
6565
6666 <module name =" SuppressWarningsFilter" />
6767
68+ <module name =" LineLength" >
69+ <property name =" max" value =" 140" />
70+ </module >
6871
6972 <module name =" TreeWalker" >
7073 <module name =" SuppressWarningsHolder" />
@@ -74,7 +77,6 @@ limitations under the License.
7477 <module name =" JavadocMethod" >
7578 <property name =" scope" value =" protected" />
7679 <property name =" allowedAnnotations" value =" Override, Test" />
77- <property name =" allowThrowsTagsForSubclasses" value =" true" />
7880 </module >
7981 <module name =" JavadocType" >
8082 <property name =" scope" value =" protected" />
@@ -182,9 +184,6 @@ limitations under the License.
182184 <module name =" AnonInnerLength" >
183185 <property name =" max" value =" 20" />
184186 </module >
185- <module name =" LineLength" >
186- <property name =" max" value =" 140" />
187- </module >
188187 <module name =" MethodLength" >
189188 <property name =" tokens" value =" METHOD_DEF" />
190189 <property name =" max" value =" 60" />
@@ -233,7 +232,7 @@ limitations under the License.
233232 <module name =" OperatorWrap" >
234233 <property name =" option" value =" NL" />
235234 <property name =" tokens"
236- value =" BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LT, MINUS, MOD, NOT_EQUAL, QUESTION, SL, SR, STAR" />
235+ value =" BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LE, LITERAL_INSTANCEOF, LT, MINUS, MOD, NOT_EQUAL, QUESTION, SL, SR, STAR" />
237236 </module >
238237 <module name =" ParenPad" />
239238 <module name =" SeparatorWrap" >
@@ -346,7 +345,6 @@ limitations under the License.
346345 <module name =" OneStatementPerLine" />
347346 <module name =" PackageDeclaration" />
348347 <module name =" ParameterAssignment" />
349- <module name =" SimplifyBooleanExpression" />
350348 <module name =" SimplifyBooleanReturn" />
351349 <module name =" StringLiteralEquality" />
352350 <module name =" SuperClone" />
@@ -378,11 +376,10 @@ limitations under the License.
378376 <property name =" caseIndent" value =" 0" />
379377 <property name =" throwsIndent" value =" 0" />
380378 <property name =" lineWrappingIndentation" value =" 4" />
381- <property name =" arrayInitIndent" value =" 4 " />
379+ <property name =" arrayInitIndent" value =" 2 " />
382380 <property name =" forceStrictCondition" value =" false" />
383381 </module >
384382 <module name =" OuterTypeFilename" />
385- <module name =" TodoComment" />
386383 <module name =" UncommentedMain" >
387384 <property name =" excludedClasses" value =" \.Main$" />
388385 </module >
0 commit comments