-
Notifications
You must be signed in to change notification settings - Fork 462
/
.cspell.json
32 lines (32 loc) · 1.26 KB
/
.cspell.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"import": ["@taiga-ui/cspell-config/cspell.config.js"],
"files": ["*/*.*"],
"ignorePaths": ["**/projects/i18n/languages/**", "**/addon-commerce/utils/get-currency-symbol.ts"],
"ignoreWords": ["Wachovia", "bottomsheet", "appbar", "qwertypgj_", "antialiasing"],
"ignoreRegExpList": ["\\(https?://.*?\\)", "\\/{1}.+\\/{1}", "\\%2F.+", "\\%2C.+", "\\ɵ.+", "\\ыва.+"],
"overrides": [
{
"filename": ["**/components/loader/index.html"],
"ignoreWords": ["protestin", "spittin", "callin", "yellin"]
},
{
"filename": ["**/highlight/test/highlight.directive.spec.ts"],
"ignoreWords": ["aaabbb"]
},
{
"filename": ["**/tests/schematic-replace-consts.spec.ts", "**/constants/constants.ts"],
"ignoreWords": ["Comands"]
},
{
"languageId": "ts",
"filename": ["**/replace.pipe.spec.ts"],
"ignoreWords": ["abcdeabcde", "fbcdefbcde"]
},
{
"languageId": "ts",
"filename": ["**/tests/schematic-migrate-sliders.spec.ts"],
"ignoreWords": ["Maxxxxx"]
}
]
}