File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -125,9 +125,12 @@ export type CSpellJSONReporterSettings = {
125125 outFile? : string;
126126 /**
127127 * Add more information about the files being checked and the configuration
128- * @default false
129128 */
130129 verbose? : boolean;
130+ /**
131+ * Level of verbosity (higher number = more verbose).
132+ */
133+ verboseLevel? : number;
131134 /**
132135 * Add information useful for debugging cspell.json files
133136 * @default false
Original file line number Diff line number Diff line change @@ -146,7 +146,8 @@ Options:
146146 the files being checked. Useful for limiting
147147 config inheritance.
148148 -v, --verbose Display more information about the files being
149- checked and the configuration.
149+ checked. Add more than one -v for increased
150+ verbosity.
150151 --locale <locale> Set language locales. i.e. "en,fr" for English
151152 and French, or "en-GB" for British English.
152153 --language-id <file-type> Force programming language for unknown
Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ Options:
3131 the files being checked. Useful for limiting
3232 config inheritance.
3333 -v, --verbose Display more information about the files being
34- checked and the configuration.
34+ checked. Add more than one -v for increased
35+ verbosity.
3536 --locale <locale> Set language locales. i.e. "en,fr" for English
3637 and French, or "en-GB" for British English.
3738 --language-id <file-type> Force programming language for unknown
You can’t perform that action at this time.
0 commit comments