-
Notifications
You must be signed in to change notification settings - Fork 0
/
cspell.json
52 lines (52 loc) · 1.17 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
{
"$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
"version": "0.2",
"dictionaryDefinitions": [
{
"name": "backdrop",
"path": "backdrop.dic"
},
{
"name": "drupal",
"path": "https://git.drupalcode.org/project/drupal/-/raw/HEAD/core/misc/cspell/dictionary.txt"
}
],
"dictionaries": [
"backdrop",
"drupal",
"css",
"en-gb",
"en-us",
"fullstack",
"html",
"lorem-ipsum",
"php",
"sql"
],
"globRoot": "../",
"ignorePaths": [
"*.svg",
"/.*/",
"/core/includes/file.mimetypes.inc",
"/core/includes/standard.inc",
"/core/includes/transliteration/",
"/core/misc/ckeditor/",
"/core/misc/jquery.js",
"/core/misc/jquery-extend*",
"/core/misc/jquery-html-prefilter*",
"/core/misc/jquery.*.js",
"/core/misc/opensans/",
"/core/misc/smartmenus/",
"/core/misc/ui/",
"/core/modules/search/tests/UnicodeTest.txt",
"/core/themes/bartik/color/preview.html",
"/files/",
"/.*"
],
"overrides": [
{
"filename": "/core/themes/bartik/color/color.inc",
"ignoreWords": ["Blackdrop"]
}
]
}