Some checkstyle names have changed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1299234 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
92e8f95b6a
commit
a3003d79bc
|
@ -23,9 +23,11 @@ limitations under the License.
|
|||
<!-- commons lang customization of default Checkstyle behavior -->
|
||||
<module name="Checker">
|
||||
<property name="localeLanguage" value="en"/>
|
||||
<module name="PackageHtml"/>
|
||||
<module name="JavadocPackage">
|
||||
<property name="allowLegacy" value="true"/>
|
||||
</module>
|
||||
<module name="FileTabCharacter"/>
|
||||
<module name="TreeWalker">
|
||||
<module name="TabCharacter"/>
|
||||
<module name="AvoidStarImport"/>
|
||||
<module name="RedundantImport"/>
|
||||
<module name="UnusedImports"/>
|
||||
|
|
Loading…
Reference in New Issue