Wire the visitor into SourceCodeProcessor
We need a way to configure which visitors are run on nodes obtained from ParserTstUtil
This commit is contained in:
@ -10,6 +10,9 @@ public class ErrorProneRulesTest extends SimpleAggregatorTst {
|
||||
|
||||
private static final String RULESET = "category/apex/errorprone.xml";
|
||||
|
||||
|
||||
|
||||
|
||||
@Override
|
||||
public void setUp() {
|
||||
addRule(RULESET, "AvoidDirectAccessTriggerMap");
|
||||
|
Reference in New Issue
Block a user