Interface: ReportingConfiguration
Defined in: CSpellReporter.ts:278
Extends
ReporterConfigurationBase.SuggestionsConfiguration.UnknownWordsConfiguration
Extended by
Properties
ignoreRandomStrings?
optionalignoreRandomStrings:boolean
Defined in: CSpellReporter.ts:212
Ignore sequences of characters that look like random strings.
Default
true
Inherited from
ReporterConfigurationBase.ignoreRandomStrings
maxDuplicateProblems?
optionalmaxDuplicateProblems:number
Defined in: CSpellReporter.ts:198
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: CSpellReporter.ts:191
The maximum number of problems to report in a file.
Default
10000
Inherited from
ReporterConfigurationBase.maxNumberOfProblems
minRandomLength?
optionalminRandomLength:number
Defined in: CSpellReporter.ts:219
The minimum length of a random string to be ignored.
Default
40
Inherited from
ReporterConfigurationBase.minRandomLength
minWordLength?
optionalminWordLength:number
Defined in: CSpellReporter.ts:205
The minimum length of a word before checking it against a dictionary.
Default
4
Inherited from
ReporterConfigurationBase.minWordLength
numSuggestions?
optionalnumSuggestions:number
Defined in: SuggestionsConfiguration.ts:7
Number of suggestions to make.
Default
10
Inherited from
SuggestionsConfiguration.numSuggestions
suggestionNumChanges?
optionalsuggestionNumChanges:number
Defined in: SuggestionsConfiguration.ts:25
The maximum number of changes allowed on a word to be considered a suggestions.
For example, appending an s onto example -> examples is considered 1 change.
Range: between 1 and 5.
Default
3
Inherited from
SuggestionsConfiguration.suggestionNumChanges
suggestionsTimeout?
optionalsuggestionsTimeout:number
Defined in: SuggestionsConfiguration.ts:14
The maximum amount of time in milliseconds to generate suggestions for a word.
Default
500
Inherited from
SuggestionsConfiguration.suggestionsTimeout
unknownWords?
optionalunknownWords:UnknownWordsChoices
Defined in: CSpellReporter.ts:325
Controls how unknown words are handled.
report-all- Report all unknown words (default behavior)report-simple- Report unknown words that have simple spelling errors, typos, and flagged words.report-common-typos- Report unknown words that are common typos and flagged words.report-flagged- Report unknown words that are flagged.
Default
"report-all"
Since
9.1.0