Skip to content

Commit

Permalink
dsldevkit#22: SCA configuration - suppress Test checkstyle
Browse files Browse the repository at this point in the history
 - Disable some checkstyle violations in *Test*.java sources and
*Bug*.java sources

Issue: dsldevkit#22
  • Loading branch information
[email protected] authored and [email protected] committed Dec 21, 2017
1 parent 78a1cac commit 6103beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddk-configuration/checkstyle/suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
<suppressions>
<suppress files="Messages\.java"
checks=".*"/>
<suppress files=".*Test\.java|.*TestUtil\.java"
<suppress files=".*Test.*\.java|.*Bug.*\.java"
checks="AvoidStarImport|EmptyBlock|IllegalCatch|JavadocMethod|JavadocType|JavadocStyle|MagicNumber|MethodName"/>
</suppressions>

0 comments on commit 6103beb

Please sign in to comment.