Skip to content

Commit

Permalink
Issue checkstyle#4398: increase coverage of pitest-checkstyle-tree-wa…
Browse files Browse the repository at this point in the history
…lker to 100%
  • Loading branch information
Nimfadora authored and ArneLimburg committed Aug 23, 2017
1 parent 11c2c2c commit f612044
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/checkstyle_non_main_files_suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]checks[\\/]misc[\\/]newlineatendoffile[\\/]InputEmptyFile\.txt"/>
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]grammars[\\/]InputRegressionEmptyAst\.txt"/>

<!-- File with CR line separators used for testing -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]astprinter[\\/]InputFullOfBlockCommentsCR\.java"/>

<!-- For the testing purposes -->
<suppress checks="NewlineAtEndOfFile" files="[\\/]test[\\/].*[\\/]checks[\\/]misc[\\/]uniqueproperties[\\/]InputUniquePropertiesWithDuplicates\.properties"/>
</suppressions>

0 comments on commit f612044

Please sign in to comment.