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:
Thomas Neidhart 2015-11-22 21:30:36 +00:00
parent dc77a0915d
commit 6920d4697f
1 changed files with 0 additions and 3 deletions

View File

@ -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>