Skip to content

Commit

Permalink
checking test code is disabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord authored Feb 3, 2021
1 parent 47b21f5 commit 6456a21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ public class CheckSignatureRule
/**
* Should test classes be checked.
*
* //parameter default-value="true"
* //parameter default-value="false"
* @since 1.19
*/
private boolean checkTestClasses = true;
private boolean checkTestClasses = false;

public void execute( EnforcerRuleHelper helper )
throws EnforcerRuleException
Expand Down

0 comments on commit 6456a21

Please sign in to comment.