[ACA-1390] add spellcheck for the typescript code (#363)

* add spellcheck for the typescript code

* update CI config

* update spellcheck rules

* update spellcheck config and code

* run spellcheck for e2e tests

* disable e2e test

* disable cypress for now
This commit is contained in:
Denys Vuika
2018-05-21 06:40:41 +01:00
committed by Cilibiu Bogdan
parent bda89943a8
commit 829b421108
14 changed files with 415 additions and 73 deletions

40
cspell.json Normal file
View File

@@ -0,0 +1,40 @@
{
"version": "0.1",
"language": "en",
"words": [
"succes",
"ngstack",
"sidenav",
"injectable",
"truthy",
"cryptodoc",
"mysites",
"afts",
"classlist",
"folderlink",
"filelink",
"datatable",
"repo",
"snackbar",
"promisify",
"xdescribe",
"unfavorite",
"unshare",
"validators",
"guid",
"polyfill",
"polyfills",
"jsonp",
"hammerjs",
"pdfjs",
"xpath",
"tooltip",
"tooltips",
"unindent"
],
"dictionaries": [
"html"
]
}