Remove obsolete checkstyle module.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1715701 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc77a0915d
commit
6920d4697f
|
@ -38,9 +38,6 @@
|
|||
<module name="RedundantImport" />
|
||||
<module name="UnusedImports" />
|
||||
<module name="NeedBraces" />
|
||||
<module name="RedundantThrows">
|
||||
<property name="allowUnchecked" value="true" />
|
||||
</module>
|
||||
<module name="LineLength">
|
||||
<property name="max" value="120" />
|
||||
</module>
|
||||
|
|
Loading…
Reference in New Issue