From 19ffce21158e366a8dc2c9e6d419c8aa66b3e821 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 5b0c727..e7d8a56 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