@@ -446,9 +446,9 @@ error"
446446
447447exports[`Validate cli > app 'current_file --show-perf-summary' Expect Error: undefined 3`] = `""`;
448448
449- exports[`Validate cli > app 'current_file --verbose' Expect Error: undefined 1`] = `[]`;
449+ exports[`Validate cli > app 'current_file --verbose --verbose ' Expect Error: undefined 1`] = `[]`;
450450
451- exports[`Validate cli > app 'current_file --verbose' Expect Error: undefined 2`] = `
451+ exports[`Validate cli > app 'current_file --verbose --verbose ' Expect Error: undefined 2`] = `
452452"info
453453info cspell;
454454info Date: Sat, 03 Apr 2021 11:25:33 GMT
@@ -461,7 +461,7 @@ info wordsOnly: No
461461info unique: No
462462info
463463info Config Files Found:
464- info ./ cspell.json
464+ info cspell.json
465465info
466466info Exclusion Globs:
467467info Glob: *.snap from ./cspell.json
@@ -479,16 +479,32 @@ info Glob: cspell.json from ./cspell.json
479479info Glob: .vscode/** from ./cspell.json
480480info Glob: node_modules/** from command line
481481info
482- info Checking: ./src/app.test.ts, File type: auto, Language: default
483- info Checked: ./src/app.test.ts, File type: typescript, Language: en ... Issues: 0 0.00ms
484- info Config file Used: ./cspell.json
485- info Dictionaries Used: aws, companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, software-tools, web-services, workspace, [in-document-dict], en_us, en-common-misspellings, fullstack, node, npm, svelte, typescript
482+ info
483+ info File type: typescript, Language: en, Issues: 0 0.00ms
484+ info Config file Used: cspell.json
485+ info Dictionaries Used:
486+ info [in-document-dict], aws, coding-compound-terms, companies,
487+ info computing-acronyms, cryptocurrencies, en-common-misspellings, en_us,
488+ info filetypes, fullstack, node, npm, public-licenses,
489+ info software-term-suggestions, software-tools, softwareTerms, svelte,
490+ info typescript, web-services, workspace
486491error 1/1 src/app.test.ts 0.00ms
487492error
488493error CSpell: Files checked: 1, Issues found: 0 in 0 files.
489494error"
490495`;
491496
497+ exports[`Validate cli > app 'current_file --verbose --verbose' Expect Error: undefined 3`] = `""`;
498+
499+ exports[`Validate cli > app 'current_file --verbose' Expect Error: undefined 1`] = `[]`;
500+
501+ exports[`Validate cli > app 'current_file --verbose' Expect Error: undefined 2`] = `
502+ "error 1/1 src/app.test.ts 0.00ms
503+ error
504+ error CSpell: Files checked: 1, Issues found: 0 in 0 files.
505+ error"
506+ `;
507+
492508exports[`Validate cli > app 'current_file --verbose' Expect Error: undefined 3`] = `""`;
493509
494510exports[`Validate cli > app 'current_file languageId' Expect Error: undefined 1`] = `[]`;
@@ -541,15 +557,19 @@ info wordsOnly: No
541557info unique: No
542558info
543559info Config Files Found:
544- info ./ fixtures/issue-2998/cspell.json
560+ info fixtures/issue-2998/cspell.json
545561info
546562info Exclusion Globs:
547563info Glob: node_modules/** from command line
548564info
549- info Checking: ./fixtures/issue-2998/fix-words.txt, File type: fix, Language: default
550- info Checked: ./fixtures/issue-2998/fix-words.txt, File type: fix, Language: en ... Issues: 0 0.00ms
551- info Config file Used: ./fixtures/issue-2998/cspell.json
552- info Dictionaries Used: aws, companies, cryptocurrencies, filetypes, public-licenses, softwareTerms, coding-compound-terms, computing-acronyms, software-term-suggestions, software-tools, web-services, en_us, en-common-misspellings, fixture
565+ info
566+ info File type: fix, Language: en, Issues: 0 0.00ms
567+ info Config file Used: cspell.json
568+ info Dictionaries Used:
569+ info aws, coding-compound-terms, companies, computing-acronyms,
570+ info cryptocurrencies, en-common-misspellings, en_us, filetypes, fixture,
571+ info public-licenses, software-term-suggestions, software-tools,
572+ info softwareTerms, web-services
553573error 1/1 fix-words.txt 0.00ms
554574error
555575error CSpell: Files checked: 1, Issues found: 0 in 0 files.
@@ -745,7 +765,8 @@ exports[`Validate cli > app 'no-args' Expect Error: 'outputHelp' 1`] = `
745765 " the files being checked. Useful for limiting",
746766 " config inheritance.",
747767 " -v, --verbose Display more information about the files being",
748- " checked and the configuration.",
768+ " checked. Add more than one -v for increased",
769+ " verbosity.",
749770 " --locale <locale > Set language locales. i.e. "en,fr" for English",
750771 " and French, or "en-GB" for British English.",
751772 " --language-id <file-type > Force programming language for unknown",
@@ -4004,7 +4025,8 @@ exports[`Validate cli > app help [ 'lint', '--help' ] 1`] = `
40044025 " the files being checked. Useful for limiting",
40054026 " config inheritance.",
40064027 " -v, --verbose Display more information about the files being",
4007- " checked and the configuration.",
4028+ " checked. Add more than one -v for increased",
4029+ " verbosity.",
40084030 " --locale <locale > Set language locales. i.e. "en,fr" for English",
40094031 " and French, or "en-GB" for British English.",
40104032 " --language-id <file-type > Force programming language for unknown",
@@ -4137,7 +4159,8 @@ exports[`Validate cli > app help [ 'lint', '--help', '--issue-template' ] 1`] =
41374159 " the files being checked. Useful for limiting",
41384160 " config inheritance.",
41394161 " -v, --verbose Display more information about the files being",
4140- " checked and the configuration.",
4162+ " checked. Add more than one -v for increased",
4163+ " verbosity.",
41414164 " --locale <locale > Set language locales. i.e. "en,fr" for English",
41424165 " and French, or "en-GB" for British English.",
41434166 " --language-id <file-type > Force programming language for unknown",
@@ -4297,7 +4320,8 @@ exports[`Validate cli > app help [ 'lint', '--help', '--verbose' ] 1`] = `
42974320 " the files being checked. Useful for limiting",
42984321 " config inheritance.",
42994322 " -v, --verbose Display more information about the files being",
4300- " checked and the configuration.",
4323+ " checked. Add more than one -v for increased",
4324+ " verbosity.",
43014325 " --locale <locale > Set language locales. i.e. "en,fr" for English",
43024326 " and French, or "en-GB" for British English.",
43034327 " --language-id <file-type > Force programming language for unknown",
0 commit comments