]> begriffs open source - freertos/blob - cspell.config.yaml
Add base priority get APIs (#818)
[freertos] / cspell.config.yaml
1 ---
2 $schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
3 version: '0.2'
4 # Allows things like stringLength
5 allowCompoundWords: true
6
7 # Read files not to spell check from the git ignore
8 useGitignore: true
9
10 #  Language settings for C
11 languageSettings:
12   - caseSensitive: false
13     enabled: true
14     languageId: c
15     locale: "*"
16
17 # Add a dictionary, and the path to the word list
18 dictionaryDefinitions:
19   - name: freertos-words
20     path: '.github/.cSpellWords.txt'
21     addWords: true
22
23 dictionaries:
24   - freertos-words
25
26 # Paths and files to ignore
27 ignorePaths:
28   - 'dependency'
29   - 'docs'
30   - 'ThirdParty'
31   - 'History.txt'