Interface: ReporterConfiguration
Defined in: packages/cspell-types/dist/index.d.mts:264
Extends
ReporterCommandLineOptions.ReporterConfigurationBase
Properties
debug?
optionaldebug:boolean
Defined in: packages/cspell-types/dist/index.d.mts:250
Show extensive output.
Inherited from
ReporterCommandLineOptions.debug
ignoreRandomStrings?
optionalignoreRandomStrings:boolean
Defined in: packages/cspell-types/dist/index.d.mts:234
Ignore sequences of characters that look like random strings.
Default
true
Inherited from
ReporterConfigurationBase.ignoreRandomStrings
maxDuplicateProblems?
optionalmaxDuplicateProblems:number
Defined in: packages/cspell-types/dist/index.d.mts:222
The maximum number of times the same word can be flagged as an error in a file.
Default
5
Inherited from
ReporterConfigurationBase.maxDuplicateProblems
maxNumberOfProblems?
optionalmaxNumberOfProblems:number
Defined in: packages/cspell-types/dist/index.d.mts:216
The maximum number of problems to report in a file.
Default
10000
Inherited from
ReporterConfigurationBase.maxNumberOfProblems
minRandomLength?
optionalminRandomLength:number
Defined in: packages/cspell-types/dist/index.d.mts:240
The minimum length of a random string to be ignored.
Default
40
Inherited from
ReporterConfigurationBase.minRandomLength
minWordLength?
optionalminWordLength:number
Defined in: packages/cspell-types/dist/index.d.mts:228
The minimum length of a word before checking it against a dictionary.
Default
4
Inherited from
ReporterConfigurationBase.minWordLength
root?
optionalroot:string
Defined in: packages/cspell-types/dist/index.d.mts:262
root directory, defaults to cwd
Inherited from
ReporterCommandLineOptions.root
unique?
optionalunique:boolean
Defined in: packages/cspell-types/dist/index.d.mts:258
unique errors per file only.
Inherited from
ReporterCommandLineOptions.unique
verbose?
optionalverbose:boolean
Defined in: packages/cspell-types/dist/index.d.mts:246
Display verbose information
Inherited from
ReporterCommandLineOptions.verbose
wordsOnly?
optionalwordsOnly:boolean
Defined in: packages/cspell-types/dist/index.d.mts:254
Only report the words, no line numbers or file names.
Inherited from
ReporterCommandLineOptions.wordsOnly