From ae05bffbabf84dc319bbce4d0cb6579ce1afe72f Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Sun, 14 Nov 2021 17:21:49 -0600 Subject: [PATCH] docs/spell ~ add 'vendor' directory exception for spell-checker --- .vscode/cSpell.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/cSpell.json b/.vscode/cSpell.json index 498360139..95b6f0485 100644 --- a/.vscode/cSpell.json +++ b/.vscode/cSpell.json @@ -11,7 +11,7 @@ { "name": "workspace", "path": "./cspell.dictionaries/workspace.wordlist.txt" } ], // ignorePaths - a list of globs to specify which files are to be ignored - "ignorePaths": ["Cargo.lock", "target/**", "tests/**/fixtures/**", "src/uu/dd/test-resources/**"], + "ignorePaths": ["Cargo.lock", "target/**", "tests/**/fixtures/**", "src/uu/dd/test-resources/**", "vendor/**"], // ignoreWords - a list of words to be ignored (even if they are in the flagWords) "ignoreWords": [], // words - list of words to be always considered correct