Skip to content

Commit 3a164fb

Browse files
committed
Update the cspell config file to clean it up a bit
1 parent 4d80811 commit 3a164fb

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

cspell.config.yaml

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,28 @@ $schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell
33
version: '0.2'
44
# Allows things like stringLength
55
allowCompoundWords: true
6+
7+
# Read files not to spell check from the git ignore
68
useGitignore: true
9+
10+
# Language settings for C
711
languageSettings:
8-
- allowCompoundWords: true
9-
caseSensitive: false
12+
- caseSensitive: false
1013
enabled: true
1114
languageId: c
1215
locale: "*"
13-
# Could split this up? And do a dictionary for each repo?
14-
# But feel like if this isn't super slow
15-
# That having just one single dictionary might be nicer?
16+
17+
# Add a dictionary, and the path to the word list
1618
dictionaryDefinitions:
1719
- name: freertos-words
1820
path: '.github/.cSpellWords.txt'
1921
addWords: true
22+
2023
dictionaries:
2124
- freertos-words
25+
26+
# Paths and files to ignore
2227
ignorePaths:
23-
- '.cSpellWords.txt'
2428
- 'dependency'
2529
- 'docs'
2630
- 'ThirdParty'

0 commit comments

Comments
 (0)