Skip to content

Commit

Permalink
Update the cspell config file to clean it up a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 31, 2023
1 parent d00d2b3 commit 7c7b2db
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,28 @@ $schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell
version: '0.2'
# Allows things like stringLength
allowCompoundWords: true

# Read files not to spell check from the git ignore
useGitignore: true

# Language settings for C
languageSettings:
- allowCompoundWords: true
caseSensitive: false
- caseSensitive: false
enabled: true
languageId: c
locale: "*"
# Could split this up? And do a dictionary for each repo?
# But feel like if this isn't super slow
# That having just one single dictionary might be nicer?

# Add a dictionary, and the path to the word list
dictionaryDefinitions:
- name: freertos-words
path: '.github/.cSpellWords.txt'
addWords: true

dictionaries:
- freertos-words

# Paths and files to ignore
ignorePaths:
- '.cSpellWords.txt'
- 'dependency'
- 'docs'
- 'ThirdParty'
Expand Down

0 comments on commit 7c7b2db

Please sign in to comment.