Skip to main content

Interface: ReporterConfiguration

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

Extends

  • ReporterCommandLineOptions.ReporterConfigurationBase

Properties

debug?

optional debug: boolean

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

Show extensive output.

Inherited from

ReporterCommandLineOptions.debug


ignoreRandomStrings?

optional ignoreRandomStrings: boolean

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

Ignore sequences of characters that look like random strings.

Default

true

Inherited from

ReporterConfigurationBase.ignoreRandomStrings


maxDuplicateProblems?

optional maxDuplicateProblems: number

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

The maximum number of times the same word can be flagged as an error in a file.

Default

5

Inherited from

ReporterConfigurationBase.maxDuplicateProblems


maxNumberOfProblems?

optional maxNumberOfProblems: number

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

The maximum number of problems to report in a file.

Default

10000

Inherited from

ReporterConfigurationBase.maxNumberOfProblems


minRandomLength?

optional minRandomLength: number

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

The minimum length of a random string to be ignored.

Default

40

Inherited from

ReporterConfigurationBase.minRandomLength


minWordLength?

optional minWordLength: number

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

The minimum length of a word before checking it against a dictionary.

Default

4

Inherited from

ReporterConfigurationBase.minWordLength


root?

optional root: string

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

root directory, defaults to cwd

Inherited from

ReporterCommandLineOptions.root


unique?

optional unique: boolean

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

unique errors per file only.

Inherited from

ReporterCommandLineOptions.unique


verbose?

optional verbose: boolean

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

Display verbose information

Inherited from

ReporterCommandLineOptions.verbose


wordsOnly?

optional wordsOnly: boolean

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

Only report the words, no line numbers or file names.

Inherited from

ReporterCommandLineOptions.wordsOnly