]> git.proxmox.com Git - mirror_edk2.git/blob - .pytool/Plugin/SpellCheck/cspell.base.yaml
1ce5f6991104b83e41e769299b23cb3fa74c46e9
[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 "maxNumberOfProblems": 200,
26 "maxDuplicateProblems": 200,
27 "ignoreWords": [
28 "muchange"
29 ],
30 "words": [
31 "MTRRs",
32 "Microarchitecture",
33 "Goldmont",
34 "cpuid",
35 "mwait",
36 "cstate",
37 "smram",
38 "scrtm",
39 "smbus",
40 "selftest",
41 "socket",
42 "MMRAM",
43 "qword",
44 "ENDBR",
45 "SMBASE",
46 "FXSAVE",
47 "FXRSTOR",
48 "RDRAND",
49 "IOAPIC",
50 "ATAPI",
51 "movsb",
52 "iretw",
53 "XENSTORE",
54 "cdrom",
55 "oprom",
56 "oproms",
57 "varstore",
58 "EKU",
59 "ascii",
60 "nmake",
61 "NVDIMM",
62 "nasmb",
63 "Mtftp",
64 "Hypercall",
65 "hypercalls",
66 "IOMMU",
67 "QEMU",
68 "qemus",
69 "OVMF",
70 "tiano",
71 "tianocore",
72 "edkii",
73 "coreboot",
74 "uefipayload",
75 "bootloader",
76 "bootloaders",
77 "mdepkg",
78 "skuid",
79 "dxefv",
80 "toolchain",
81 "libraryclass",
82 "preboot",
83 "pythonpath",
84 "cygpath",
85 "nuget",
86 "basetools",
87 "prepi",
88 "OPTEE",
89 "stringid",
90 "peims",
91 "memmap",
92 "guids",
93 "uuids",
94 "smbios",
95 "certdb",
96 "certdbv",
97 "EfiSigList",
98 "depex",
99 "IHANDLE",
100 "Virtio",
101 "Mbytes",
102 "Citrix",
103 "initrd",
104 "semihost",
105 "Semihosting",
106 "Trustzone",
107 "Fastboot",
108 "framebuffer",
109 "genfw",
110 "TTYTERM",
111 "miniport",
112 "LFENCE",
113 "PCANSI",
114 "submodule",
115 "submodules",
116 "brotli",
117 "PCCTS",
118 "softfloat",
119 "whitepaper",
120 "ACPICA",
121 "plugfest",
122 "bringup",
123 "formset", #VFR
124 "ideqvallist",
125 "numberof",
126 "oneof",
127 "endformset",
128 "endnumeric",
129 "endoneof",
130 "disableif",
131 "guidid",
132 "classguid",
133 "efivarstore",
134 "formsetguid",
135 "formid",
136 "suppressif",
137 "grayoutif",
138 "ideqval",
139 "endform",
140 "endcheckbox",
141 "questionid",
142 "questionref",
143 "enddate",
144 "endstring",
145 "guidop",
146 "endguidop",
147 "langdef",
148 "dynamicex",
149 "tokenspace",
150 "tokenguid",
151 "pcd's", #seems like cspell bug
152 "peim's",
153 "autogen",
154 "Disasm",
155 "Torito",
156 "SRIOV",
157 "MRIOV",
158 "UARTs",
159 "Consplitter", # common module in UEFI
160 "FIFOs",
161 "ACPINVS",
162 "Endof", # due to of not being uppercase
163 "bootability",
164 "Sdhci",
165 "inmodule",
166 "RISCV",
167 "edksetup",
168 "iscsi",
169 "nvdata",
170 "pytools",
171 "NTDDI",
172 "Wnonportable",
173 "CLANGPDB",
174 "nologo",
175 "lldmap",
176 "ASMLINK",
177 "NODEFAULTLIB",
178 "vcruntimed",
179 "ucrtd",
180 "msvcrtd",
181 ]
182 }