[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 08:40:41 +03:00
committed by Cilibiu Bogdan
parent bda89943a8
commit 829b421108
14 changed files with 415 additions and 73 deletions
+3 -1
View File
@@ -24,7 +24,8 @@
"e2e:all": "npm run start:docker && npm run cypress:ci && npm run e2e && npm run stop:docker",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:ci": "cypress run --browser chrome --config baseUrl=http://localhost:3000"
"cypress:ci": "cypress run --browser chrome --config baseUrl=http://localhost:3000",
"spellcheck": "cspell 'src/**/*.ts' 'e2e/**/*.ts'"
},
"private": true,
"dependencies": {
@@ -49,6 +50,7 @@
"@ngx-translate/core": "9.1.1",
"alfresco-js-api": "2.4.0-31a7fc6e5d58dc8bf202ef9a80bc993c9f48fe18",
"core-js": "2.5.3",
"cspell": "^2.1.12",
"hammerjs": "2.0.8",
"moment-es6": "1.0.0",
"pdfjs-dist": "2.0.303",