Skip to content

Commit

Permalink
Allow nicer constants for architecture tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfs committed Oct 2, 2018
1 parent bd16e96 commit c2ee310
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,9 @@
files=".*[/\\]subprojects[/\\]maven[/\\]src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\].+"/>
<suppress checks="RegexpHeader"
files=".*[/\\]subprojects[/\\]maven[/\\]src[/\\]main[/\\]java[/\\]org[/\\]apache[/\\].+"/>

<!-- Ignore constant name for architecture tests since we want to use snake case there -->
<suppress checks="ConstantName"
files=".*[/\\]subprojects[/\\]architecture-test[/\\]src[/\\]test[/\\]java[/\\]org[/\\]gradle[/\\].+" />

</suppressions>

0 comments on commit c2ee310

Please sign in to comment.