coats/cspell.json
Sorin Sbarnea 1838510f47 Initial commit
Contains FoxReplace config that augments open stack build logs,
making easier to spot errors in them.
2018-10-01 13:40:17 +01:00

61 lines
1.0 KiB
JSON

{
"version": "0.1",
"language": "en",
"words": [
"Sbarnea",
"Sorin",
"TOXENV",
"atexit",
"bdist",
"conda",
"deps",
"envars",
"envlist",
"envs",
"htmlcov",
"ifeq",
"ifndef",
"ifneq",
"noqa",
"passenv",
"pycache",
"pycodestyle",
"pyenv",
"pytest",
"repo",
"repos",
"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"
],
"ignoreWords": [
"I18NSPHINXOPTS"
]
}