From 3eba4b3c583e94b3e2306ca0c141251e0939d7b1 Mon Sep 17 00:00:00 2001 From: catch Date: Thu, 28 Oct 2021 13:18:59 +0100 Subject: Issue #3226052 by longwave, alexpott: Update to cspell 5 --- core/scripts/dev/commit-code-check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/scripts/dev/commit-code-check.sh') diff --git a/core/scripts/dev/commit-code-check.sh b/core/scripts/dev/commit-code-check.sh index 78a96db0b4bd..db3eabda9192 100755 --- a/core/scripts/dev/commit-code-check.sh +++ b/core/scripts/dev/commit-code-check.sh @@ -166,7 +166,7 @@ if [ $DEPENDENCIES_NEED_INSTALLING -ne 0 ]; then fi # Check all files for spelling in one go for better performance. -yarn run -s spellcheck -c $TOP_LEVEL/core/.cspell.json $ABS_FILES +yarn run -s spellcheck --no-must-find-files -c $TOP_LEVEL/core/.cspell.json $ABS_FILES if [ "$?" -ne "0" ]; then # If there are failures set the status to a number other than 0. FINAL_STATUS=1 -- cgit v1.2.3