]> git.proxmox.com Git - mirror_edk2.git/blob - CryptoPkg/CryptoPkg.ci.yaml
2ade777aadc5ea09c2acebfe41da5d1b57453d01
[mirror_edk2.git] / CryptoPkg / CryptoPkg.ci.yaml
1 ## @file
2 # CI configuration for CryptoPkg
3 #
4 # Copyright (c) Microsoft Corporation
5 # Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 ##
8 {
9 "LicenseCheck": {
10 "IgnoreFiles": []
11 },
12 "EccCheck": {
13 ## Exception sample looks like below:
14 ## "ExceptionList": [
15 ## "<ErrorID>", "<KeyWord>"
16 ## ]
17 "ExceptionList": [
18 ],
19 ## Both file path and directory path are accepted.
20 "IgnoreFiles": [
21 "Library/OpensslLib/openssl",
22 # this has OpenSSL interfaces that aren't UEFI spec compliant
23 "Library/OpensslLib/rand_pool.c"
24 ]
25 },
26 "CompilerPlugin": {
27 "DscPath": "CryptoPkg.dsc"
28 },
29 "CharEncodingCheck": {
30 "IgnoreFiles": []
31 },
32 "DependencyCheck": {
33 "AcceptableDependencies": [
34 "MdePkg/MdePkg.dec",
35 "MdeModulePkg/MdeModulePkg.dec",
36 "CryptoPkg/CryptoPkg.dec",
37 ],
38 # For host based unit tests
39 "AcceptableDependencies-HOST_APPLICATION":[],
40 # For UEFI shell based apps
41 "AcceptableDependencies-UEFI_APPLICATION":[],
42 "IgnoreInf": []
43 },
44 "DscCompleteCheck": {
45 "DscPath": "CryptoPkg.dsc",
46 "IgnoreInf": []
47 },
48 "GuidCheck": {
49 "IgnoreGuidName": [],
50 "IgnoreGuidValue": [],
51 "IgnoreFoldersAndFiles": []
52 },
53 "LibraryClassCheck": {
54 "IgnoreHeaderFile": []
55 },
56
57 ## options defined ci/Plugin/SpellCheck
58 "SpellCheck": {
59 "skip": True,
60 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
61 "ExtendWords": [], # words to extend to the dictionary for this package
62 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
63 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
64 }
65 }