Something went wrong on our end
Select Git revision
cspell.config.yaml
Forked from
hub / hub
195 commits behind the upstream repository.
cspell.config.yaml 790 B
---
$schema: https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json
version: "0.2"
import:
- "@cspell/dict-python/cspell-ext.json"
- "@cspell/dict-de-de/cspell-ext.json"
dictionaryDefinitions:
- name: project-words
path: "./.project-dictionary.txt"
addWords: true
dictionaries:
- python
- html
- project-words
- en_US
- de-de
ignorePaths:
- "node_modules"
- ".venv"
- ".tools"
- "/.project-dictionary.txt"
- "src/**/migrations"
- "src/**/fixtures"
- "src/**/vendor"
- "src/**/tests"
- "src/static.dist"
- "src/hub/settings"
- "*.svg"
- "tox.ini"
languageSettings:
- languageId: markdown
caseSensitive: true
- languageId: python
ignoreRegExpList:
- /from .* import .*/g
- /import .*/g