|
|
@ -44,8 +44,6 @@ public final class RulesList { |
|
|
|
* These rules are going to target TEST code only |
|
|
|
* These rules are going to target TEST code only |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public static List<Class<? extends JavaCheck>> getJavaTestChecks() { |
|
|
|
public static List<Class<? extends JavaCheck>> getJavaTestChecks() { |
|
|
|
return Collections.unmodifiableList(Arrays.asList( |
|
|
|
return Collections.emptyList(); |
|
|
|
/*NoIfStatementInTestsRule.class*/ |
|
|
|
|
|
|
|
)); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|