Skip to content

Commit

Permalink
Issue #610: added CheckstyleTestMakeupCheck to default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and romani committed Nov 26, 2017
1 parent f125e0d commit af967da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sevntu-checkstyle-default-configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,11 @@
<module name="com.github.sevntu.checkstyle.checks.coding.MoveVariableInsideIfCheck">
<property name="severity" value="warning"/>
</module>
<!-- 1.25.0 -->
<module name="com.github.sevntu.checkstyle.checks.design.CheckstyleTestMakeupCheck">
<property name="createMethodRegexp" value="create(Root|Module)Config|getModuleConfig"/>
<property name="verifyMethodRegexp" value="verify(Warns|Suppressed)?"/>
<property name="severity" value="warning"/>
</module>
</module>
</module>

0 comments on commit af967da

Please sign in to comment.