From 86cd321629424bde39d2392d45e9750a2234c3b2 Mon Sep 17 00:00:00 2001 From: Soren Ptak Date: Mon, 21 Aug 2023 16:11:02 -0700 Subject: [PATCH] Move location of cspell words --- .cSpellWords.txt => .github/.cSpellWords.txt | 0 cspell.config.yaml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .cSpellWords.txt => .github/.cSpellWords.txt (100%) diff --git a/.cSpellWords.txt b/.github/.cSpellWords.txt similarity index 100% rename from .cSpellWords.txt rename to .github/.cSpellWords.txt diff --git a/cspell.config.yaml b/cspell.config.yaml index 5b0c7270b..e7d8a56fd 100644 --- a/cspell.config.yaml +++ b/cspell.config.yaml @@ -9,7 +9,7 @@ useGitignore: true # That having just one single dictionary might be nicer? dictionaryDefinitions: - name: freertos-words - path: '.cSpellWords.txt' + path: '.github/.cSpellWords.txt' addWords: true dictionaries: - freertos-words