Skip to content

Commit

Permalink
Issue checkstyle#56: fix NPathComplexityCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kazachka authored and romani committed Apr 28, 2017
1 parent 154f120 commit e810918
Show file tree
Hide file tree
Showing 8 changed files with 712 additions and 76 deletions.
1 change: 1 addition & 0 deletions config/suppressions.xml
Expand Up @@ -29,6 +29,7 @@

<!-- Tone down the checking for test code -->
<suppress checks="CyclomaticComplexity" files="[\\/]XdocsPagesTest\.java"/>
<suppress checks="NPathComplexity" files="[\\/]XdocsPagesTest\.java"/>
<suppress checks="IllegalCatch" files="[\\/]internal[\\/]\w+Util\.java"/>
<suppress checks="EmptyBlock" files=".*[\\/]src[\\/]test[\\/]"/>
<suppress checks="ImportControl" files=".*[\\/]src[\\/](test|it)[\\/]"/>
Expand Down

0 comments on commit e810918

Please sign in to comment.