forked from taiga-family/taiga-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cspell.json
64 lines (64 loc) · 2.16 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"import": ["@taiga-ui/cspell-config/cspell.config.js"],
"files": ["*/*.*"],
"ignorePaths": [
".git",
"LICENSE",
"CHANGELOG.md",
".cspell.json",
".github/CODEOWNERS",
"**/dist/**",
"**/cspell/**",
"**/assets/**",
"**/node_modules/**",
"*.{log,svg,snap,png,ogv,yml}",
"**/projects/i18n/languages/**",
"**/addon-commerce/enums/currency-code.ts",
"**/addon-commerce/utils/get-currency-symbol.ts",
"**/demo-playwright/stubs"
],
"ignoreWords": ["preid", "Quarterpounder", "tuilabel", "fontawesome", "fortawesome", "svgs", "contentalign"],
"ignoreRegExpList": ["\\(https?://.*?\\)", "\\/{1}.+\\/{1}", "\\%2F.+", "\\%2C.+", "\\ɵ.+", "\\ыва.+"],
"overrides": [
{
"filename": ["**/components/loader/index.html"],
"ignoreWords": ["protestin", "spittin", "callin", "yellin"]
},
{
"filename": ["**/i18n/README.md"],
"ignoreWords": ["odzumiraj", "zumiraj", "rotiraj"]
},
{
"filename": ["**/example.md"],
"ignoreWords": ["xxxHTMLyyy"]
},
{
"filename": ["**/highlight/test/highlight.directive.spec.ts"],
"ignoreWords": ["aaabbb"]
},
{
"filename": ["**/tests/kit/input-tag/input-tag.cy.ts"],
"ignoreWords": ["looooooooooooooooooooooooong"]
},
{
"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"]
},
{
"languageId": "ts",
"filename": ["**/textarea.spec.ts"],
"ignoreWords": ["qwertypgj_"]
}
]
}