Skip to content

Commit

Permalink
Issue checkstyle#56: fix NPathComplexityCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
attatrol committed Feb 14, 2016
1 parent 23d07cb commit b16a5b4
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 75 deletions.
1 change: 1 addition & 0 deletions config/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,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
Loading

0 comments on commit b16a5b4

Please sign in to comment.