Skip to content

Commit

Permalink
Adding the cspell things in
Browse files Browse the repository at this point in the history
  • Loading branch information
Skptak committed Aug 3, 2023
1 parent 4d070ed commit bbeddac
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .cSpellWords.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
LLHTTP
llhttp
Llhttp
inbetween
MISRA
coverity
misra
reponse
MQTT
cbmc
CBMC
abcdefghijklmnopqrstuvwxyzabcdefghijklmnopq
abcdefghijk
lmnopqrstuvw
cmock
Doesnt
22 changes: 22 additions & 0 deletions cspell.config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: '0.2'
# Allows things like stringLength
allowCompoundWords: true
useGitignore: true
# 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?
dictionaryDefinitions:
- name: freertos-words
path: '.cSpellWords.txt'
addWords: true
dictionaries:
- freertos-words
ignorePaths:
- 'node_modules'
- '.cSpellWords.txt'
- 'dependency'
- 'docs'
- 'ThirdParty'

0 comments on commit bbeddac

Please sign in to comment.