Files
macos_security/.github/cspell/cspell.json
2026-06-16 09:33:50 -04:00

29 lines
602 B
JSON

{
"version": "0.2",
"language": "en",
"allowCompoundWords": true,
"dictionaries": ["project-words", "project-names"],
"words": [],
"ignoreWords": [],
"ignorePaths": [
"**/build/**",
"**/scripts/**",
"**/*.css",
"**/src/mscp/data/locales/**",
"**/requirements.txt",
"**/pyproject.toml",
"**/Dockerfile"
],
"dictionaryDefinitions":[
{
"name": "project-words",
"path": "./project-words.txt",
"addWords": true
},
{
"name": "project-names",
"path": "./project-names.txt",
"addWords": true
}
],
}