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 committed Feb 10, 2017
1 parent 69bcd32 commit 6b0c771
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 46 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 6b0c771

Please sign in to comment.