Skip to main content

Interface: RunResult

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

Properties

cachedFiles?

optional cachedFiles?: number

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

Number of files that used results from the cache.


errors

errors: number

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

Number of processing errors.


files

files: number

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

Number of files processed.


filesWithIssues

filesWithIssues: Set<string>

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

Set of files where issues were found.


issues

issues: number

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

Number of issues found.


skippedFiles?

optional skippedFiles?: number

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

Number of files that were skipped (not processed).