forked from taiga-family/taiga-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.cspell.json
81 lines (80 loc) · 2.7 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/master/cspell.schema.json",
"import": ["@taiga-ui/cspell-config/cspell.config.js"],
"files": ["*/*.*"],
"ignoreWords": ["iisnode", "docstrings", "sweepai", "cardnumber", "Acpekt", "timecode"],
"ignorePaths": [
".git",
"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"
],
"ignoreRegExpList": ["\\(https?://.*?\\)", "\\/{1}.+\\/{1}", "\\%2F.+", "\\%2C.+", "\\ɵ.+", "\\ыва.+"],
"overrides": [
{
"filename": ["**/components/loader/loader.template.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": "**/test/dropdown.directive.spec.ts",
"ignoreWords": ["Hosty", "Droppy"]
},
{
"filename": [
"**/test/format-currency.spec.ts",
"**/test/money.component.spec.ts",
"**/test/get-currency-symbol.spec.ts",
"**/test/input-card-grouped.component.spec.ts"
],
"ignoreWords": ["CSTM", "CVCPO"]
},
{
"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_"]
},
{
"languageId": "ts",
"filename": ["**/migrate-prevent-default.ts"],
"ignoreWords": ["tuipreventdefault"]
}
]
}