1 Star 0 Fork 0

RuanJG/FreeRTOS-Kernel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
cspell.config.yaml 660 Bytes
一键复制 编辑 原始数据 按行查看 历史
Soren Ptak 提交于 2023-09-05 17:24 . CI-CD Updates (#768)
---
$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'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ruanjg/FreeRTOS-Kernel.git
git@gitee.com:ruanjg/FreeRTOS-Kernel.git
ruanjg
FreeRTOS-Kernel
FreeRTOS-Kernel
main

搜索帮助