Skip to content

Commit

Permalink
Update checkstyle-suppressions for 'services'
Browse files Browse the repository at this point in the history
  • Loading branch information
seanf committed Jul 19, 2017
1 parent 13d429b commit 75971cb
Showing 1 changed file with 4 additions and 2 deletions.
Expand Up @@ -22,8 +22,10 @@
<suppress checks="MagicNumberCheck" files="Test\.java$" />
<suppress checks="NewlineAtEndOfFile" files="\.properties$" />
<suppress checks="RegexpSingleline" files="\.properties$" />
<!-- TODO fix violations and remove this: -->
<!-- TODO fix violations and remove these: -->
<suppress checks="TrailingComment" files="[/\\]services[/\\]src[/\\]" />
<suppress checks="TrailingComment" files="[/\\]zanata-war[/\\]src[/\\]" />
<!-- TODO fix violations and remove this: -->
<!-- TODO fix violations and remove these: -->
<suppress checks="WhitespaceAround" files="[/\\]services[/\\]src[/\\]" />
<suppress checks="WhitespaceAround" files="[/\\]zanata-war[/\\]src[/\\]" />
</suppressions>

0 comments on commit 75971cb

Please sign in to comment.