Skip to content

Commit

Permalink
Issue #200: Edit default config for checkstyle tester to produce no v…
Browse files Browse the repository at this point in the history
…iolations
  • Loading branch information
MEZk committed Mar 23, 2017
1 parent cb3ed71 commit 64d51a8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions checkstyle-tester/my_check.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<module name = "Checker">
<property name="charset" value="UTF-8"/>

<!-- do not change severity to 'error', as that will hide errors caused by exceptions -->
<property name="severity" value="warning"/>

Expand All @@ -21,9 +21,11 @@
<module name="TreeWalker">
<!-- Example of sevntu.checkstyle Check usage -->
<!-- <module name="NestedSwitchCheck"/> -->

<!-- Example of checkstyle Check usage -->
<module name="AbstractClassName"/>
<module name="ThrowsCount">
<property name="max" value="20000000"/>
</module>
</module>
<!--
<module name="SeverityMatchFilter">
Expand Down

0 comments on commit 64d51a8

Please sign in to comment.