-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove private path in project file (#43)
* Remove private path in project file * Fix formatting * Fix spelling * Fix valid external link
- Loading branch information
1 parent
926e33e
commit 2ae6e12
Showing
19 changed files
with
1,962 additions
and
603 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json | ||
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: | ||
- caseSensitive: false | ||
enabled: true | ||
languageId: c | ||
locale: "*" | ||
|
||
# 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: | ||
- 'dependency' | ||
- 'docs' | ||
- 'ThirdParty' | ||
- 'History.txt' | ||
- './Middleware/NXP/hostLib/mbedtls' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.