in src/cli.ts [61:64]
for await (const e of errors) { errorsNumber += e.level !== 'Warning' && e.level !== 'Info' ? 1 : 0 report.logResult(e) }