Skip to main content

Interface: RunResult

Defined in: cspell-types/dist/index.d.mts:186

Properties

cachedFiles?

optional cachedFiles: number

Defined in: cspell-types/dist/index.d.mts:196

Number of files that used results from the cache.


errors

errors: number

Defined in: cspell-types/dist/index.d.mts:194

Number of processing errors.


files

files: number

Defined in: cspell-types/dist/index.d.mts:188

Number of files processed.


filesWithIssues

filesWithIssues: Set<string>

Defined in: cspell-types/dist/index.d.mts:190

Set of files where issues were found.


issues

issues: number

Defined in: cspell-types/dist/index.d.mts:192

Number of issues found.


skippedFiles?

optional skippedFiles: number

Defined in: cspell-types/dist/index.d.mts:198

Number of files that were skipped (not processed).