Skip to content
Snippets Groups Projects
Commit 9efba5c1 authored by Simon Urli's avatar Simon Urli
Browse files

[Misc] Clean up and comment checkstyle-suppressions

parent 5ebc0c01
No related branches found
No related tags found
No related merge requests found
......@@ -25,5 +25,6 @@
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
<suppressions>
<!-- FanOut complexity of 22 on a max of 20 -->
<suppress checks="ClassFanOutComplexity" files="src/main/java/org/xwiki/index/internal/DefaultTasksManager\.java"/>
</suppressions>
......@@ -25,7 +25,6 @@
"http://www.puppycrawl.com/dtds/suppressions_1_0.dtd">
<suppressions>
<suppress checks="FanOutComplexity" files="HqlQueryExecutor.java"/>
<!-- FanOut complexity of 28 on a max of 20 -->
<suppress checks="FanOutComplexity" files="FOPXSLFORenderer.java"/>
<suppress checks="FanOutComplexity" files="WrappingXWikiRequest.java"/>
</suppressions>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment