coats/cspell.json
Sorin Sbarnea 38124b8de4 Enable eslint
Running eslint on the code should make it easier to refactor the
code later.

Change-Id: I33cd7c609617d334596049223954dc24448cb1fe
2018-10-09 18:12:28 +01:00

63 lines
1.1 KiB
JSON

{
"version": "0.1",
"language": "en",
"words": [
"TOXENV",
"atexit",
"bdist",
"conda",
"deps",
"envars",
"envlist",
"envs",
"gerrit",
"hideci",
"htmlcov",
"ifeq",
"ifndef",
"ifneq",
"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"
]
}