Skip to main content

Interface: RunResult

Defined in: CSpellReporter.ts:157

Properties

cachedFiles?

optional cachedFiles: number

Defined in: CSpellReporter.ts:167

Number of files that used results from the cache.


errors

errors: number

Defined in: CSpellReporter.ts:165

Number of processing errors.


files

files: number

Defined in: CSpellReporter.ts:159

Number of files processed.


filesWithIssues

filesWithIssues: Set<string>

Defined in: CSpellReporter.ts:161

Set of files where issues were found.


issues

issues: number

Defined in: CSpellReporter.ts:163

Number of issues found.


skippedFiles?

optional skippedFiles: number

Defined in: CSpellReporter.ts:169

Number of files that were skipped (not processed).