]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/UefiCpuPkg.ci.yaml
UefiCpuPkg/UefiCpuPkg.ci.yaml: Add configuration for LicenseCheck
[mirror_edk2.git] / UefiCpuPkg / UefiCpuPkg.ci.yaml
1 ## @file
2 # CI configuration for UefiCpuPkg
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": "UefiCpuPkg.dsc"
13 },
14 "CharEncodingCheck": {
15 "IgnoreFiles": []
16 },
17 "DependencyCheck": {
18 "AcceptableDependencies": [
19 "MdePkg/MdePkg.dec",
20 "MdeModulePkg/MdeModulePkg.dec",
21 "UefiCpuPkg/UefiCpuPkg.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": "UefiCpuPkg.dsc",
31 "IgnoreInf": [
32 "UefiCpuPkg/ResetVector/FixupVtf/Vtf.inf",
33 "UefiCpuPkg/ResetVector/Vtf0/Vtf0.inf"
34 ]
35 },
36 "GuidCheck": {
37 "IgnoreGuidName": ["SecCore", "ResetVector"], # Expected duplication for gEfiFirmwareVolumeTopFileGuid
38 "IgnoreGuidValue": [],
39 "IgnoreFoldersAndFiles": [],
40 "IgnoreDuplicates": []
41 },
42 "LibraryClassCheck": {
43 "IgnoreHeaderFile": []
44 },
45
46 ## options defined ci/Plugin/SpellCheck
47 "SpellCheck": {
48 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log
49 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files
50 "ExtendWords": [], # words to extend to the dictionary for this package
51 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
52 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)
53 }
54 }