]> git.proxmox.com Git - mirror_edk2.git/blob - .pytool/Plugin/SpellCheck/cspell.base.yaml
.pytool/Plugin: Add CI plugins
[mirror_edk2.git] / .pytool / Plugin / SpellCheck / cspell.base.yaml
1 ## @file
2 # CSpell configuration
3 #
4 # Copyright (c) Microsoft Corporation
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 {
8 "version": "0.1",
9 "language": "en",
10 "dictionaries": [
11 "companies ",
12 "softwareTerms",
13 "python",
14 "cpp"
15 ],
16 "ignorePaths": [
17 "*.pdb",
18 "**/*_extdep/**",
19 "*.pdf",
20 "*.exe",
21 "*.jpg"
22 ],
23 "minWordLength": 5,
24 "allowCompoundWords": false,
25 "ignoreWords": [
26 "muchange"
27 ],
28 "words": [
29 "MTRRs",
30 "Microarchitecture",
31 "Goldmont",
32 "cpuid",
33 "mwait",
34 "cstate",
35 "smram",
36 "scrtm",
37 "smbus",
38 "selftest",
39 "socket",
40 "MMRAM",
41 "qword",
42 "ENDBR",
43 "SMBASE",
44 "FXSAVE",
45 "FXRSTOR",
46 "RDRAND",
47 "IOAPIC",
48 "ATAPI",
49 "movsb",
50 "iretw",
51 "XENSTORE",
52 "cdrom",
53 "oprom",
54 "oproms",
55 "varstore",
56 "EKU",
57 "ascii",
58 "nmake",
59 "NVDIMM",
60 "nasmb",
61 "Mtftp",
62 "Hypercall",
63 "hypercalls",
64 "IOMMU",
65 "QEMU",
66 "qemus",
67 "OVMF",
68 "tiano",
69 "tianocore",
70 "edkii",
71 "coreboot",
72 "uefipayload",
73 "bootloader",
74 "bootloaders",
75 "mdepkg",
76 "skuid",
77 "dxefv",
78 "toolchain",
79 "libraryclass",
80 "preboot",
81 "pythonpath",
82 "cygpath",
83 "nuget",
84 "basetools",
85 "prepi",
86 "OPTEE",
87 "stringid",
88 "peims",
89 "memmap",
90 "guids",
91 "uuids",
92 "smbios",
93 "certdb",
94 "certdbv",
95 "EfiSigList",
96 "depex",
97 "IHANDLE",
98 "Virtio",
99 "Mbytes",
100 "Citrix",
101 "initrd",
102 "semihost",
103 "Semihosting",
104 "Trustzone",
105 "Fastboot",
106 "framebuffer",
107 "genfw",
108 "TTYTERM",
109 "miniport",
110 "LFENCE",
111 "PCANSI",
112 "submodule",
113 "submodules",
114 "brotli",
115 "PCCTS",
116 "softfloat",
117 "whitepaper",
118 "ACPICA",
119 "plugfest",
120 "bringup",
121 "formset", #VFR
122 "ideqvallist",
123 "numberof",
124 "oneof",
125 "endformset",
126 "endnumeric",
127 "endoneof",
128 "disableif",
129 "guidid",
130 "classguid",
131 "efivarstore",
132 "formsetguid",
133 "formid",
134 "suppressif",
135 "grayoutif",
136 "ideqval",
137 "endform",
138 "endcheckbox",
139 "questionid",
140 "questionref",
141 "enddate",
142 "endstring",
143 "guidop",
144 "endguidop",
145 "langdef",
146 "dynamicex",
147 "tokenspace",
148 "tokenguid",
149 "pcd's", #seems like cspell bug
150 "peim's",
151 "autogen",
152 "Disasm",
153 "Torito",
154 "SRIOV",
155 "MRIOV",
156 "UARTs",
157 "Consplitter", # common module in UEFI
158 "FIFOs",
159 "ACPINVS",
160 "Endof", # due to of not being uppercase
161 "bootability",
162 "Sdhci",
163 "inmodule",
164 ]
165 }