mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
inspection integration tests: option to run one inspection
This commit is contained in:
@@ -861,4 +861,10 @@ public class InspectionProfileImpl extends NewInspectionProfile {
|
||||
enableTool(entry.getShortName(), project);
|
||||
}
|
||||
}
|
||||
|
||||
public void disableAllTools(Project project) {
|
||||
for (InspectionToolWrapper entry : getInspectionTools(null)) {
|
||||
setToolEnabled(entry.getShortName(), false, project);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user