]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptoPkg.ci.yaml
DynamicTablesPkg: Add EDK2 Core CI support
[mirror_edk2.git] / CryptoPkg / CryptoPkg.ci.yaml
1 ## @file
2 # CI configuration for CryptoPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7 {
8 "LicenseCheck": {
9 "IgnoreFiles": []
10 },
11 "CompilerPlugin": {
12 "DscPath": "CryptoPkg.dsc"
13 },
14 "CharEncodingCheck": {
15 "IgnoreFiles": []
16 },
17 "DependencyCheck": {
18 "AcceptableDependencies": [
19 "MdePkg/MdePkg.dec",
20 "MdeModulePkg/MdeModulePkg.dec",
21 "CryptoPkg/CryptoPkg.dec",
22 ],
23 # For host based unit tests
24 "AcceptableDependencies-HOST_APPLICATION":[],
25 # For UEFI shell based apps
26 "AcceptableDependencies-UEFI_APPLICATION":[],
27 "IgnoreInf": []
28 },
29 "DscCompleteCheck": {
30 "DscPath": "CryptoPkg.dsc",
31 "IgnoreInf": []
32 },
33 "GuidCheck": {
34 "IgnoreGuidName": [],
35 "IgnoreGuidValue": [],
36 "IgnoreFoldersAndFiles": []
37 },
38 "LibraryClassCheck": {
39 "IgnoreHeaderFile": []
40 },
41
42 ## options defined ci/Plugin/SpellCheck
43 "SpellCheck": {
44 "skip": True,
45 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
46 "ExtendWords": [], # words to extend to the dictionary for this package
47 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
48 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
49 }
50 }