coats/cspell.json

67 lines
1.2 KiB
JSON

{
"version": "0.1",
"language": "en",
"words": [
"TOXENV",
"atexit",
"bdist",
"bugzilla",
"conda",
"deps",
"envars",
"envlist",
"envs",
"gerrit",
"hideci",
"htmlcov",
"ifeq",
"ifndef",
"ifneq",
"kibana",
"noqa",
"passenv",
"pycache",
"pycodestyle",
"pyenv",
"pytest",
"repo",
"repos",
"rtox",
"sdist",
"setenv",
"symlink",
"symlinks",
"testenv",
"tolower",
"uname",
"xargs",
"zuul"
],
"flagWords": [],
"allowCompoundWords": true,
"dictionaries": [
"python",
"html",
"css"
],
"ignoreRegExpList": [
"/'s\\b/",
"/\\br'/",
"/\\bu'/",
"/\\b-rrequirements/",
"[^\\s]{20,}",
"/I18NSPHINXOPTS/"
],
"ignorePaths": [
"docs/build",
".tox",
".eggs",
"package-lock.json"
],
"ignoreWords": [
"I18NSPHINXOPTS",
"mdinclude",
"toctree"
]
}