* to the command line flags.
*/
public int run(@NonNull IssueRegistry registry, @NonNull List<File> files) throws IOException {
assert !mFlags.getReporters().isEmpty();
mRegistry = registry;
mDriver = new LintDriver(registry, this);
mDriver.setAbbreviating(!mFlags.isShowEverything());
if (!mFlags.isQuiet()) {
mDriver.addLintListener(new ProgressPrinter());