]> git.proxmox.com Git - mirror_edk2.git/blame - UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
UnitTestFrameworkPkg: Add configuration for LicenseCheck in yaml file
[mirror_edk2.git] / UnitTestFrameworkPkg / UnitTestFrameworkPkg.ci.yaml
CommitLineData
3e61b953
MK
1## @file\r
2# CI configuration for UnitTestFrameworkPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
7f79b736
SZ
8 ## options defined .pytool/Plugin/LicenseCheck\r
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
3e61b953
MK
12 ## options defined .pytool/Plugin/CompilerPlugin\r
13 "CompilerPlugin": {\r
14 "DscPath": "UnitTestFrameworkPkg.dsc"\r
15 },\r
16 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
17 "HostUnitTestCompilerPlugin": {\r
18 "DscPath": "Test/UnitTestFrameworkPkgHostTest.dsc"\r
19 },\r
20 ## options defined .pytool/Plugin/CharEncodingCheck\r
21 "CharEncodingCheck": {\r
22 "IgnoreFiles": []\r
23 },\r
24\r
25 ## options defined .pytool/Plugin/DependencyCheck\r
26 "DependencyCheck": {\r
27 "AcceptableDependencies": [\r
28 "MdePkg/MdePkg.dec",\r
29 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
30 ],\r
31 # For host based unit tests\r
32 "AcceptableDependencies-HOST_APPLICATION":[],\r
33 # For UEFI shell based apps\r
34 "AcceptableDependencies-UEFI_APPLICATION":[\r
35 "MdeModulePkg/MdeModulePkg.dec",\r
36 "ShellPkg/ShellPkg.dec"\r
37 ],\r
38 "IgnoreInf": []\r
39 },\r
40 ## options defined .pytool/Plugin/DscCompleteCheck\r
41 "DscCompleteCheck": {\r
42 "DscPath": "UnitTestFrameworkPkg.dsc",\r
43 "IgnoreInf": []\r
44 },\r
45 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
46 "HostUnitTestDscCompleteCheck": {\r
47 "IgnoreInf": [],\r
48 "DscPath": "Test/UnitTestFrameworkPkgHostTest.dsc"\r
49 },\r
50 ## options defined .pytool/Plugin/GuidCheck\r
51 "GuidCheck": {\r
52 "IgnoreGuidName": [],\r
53 "IgnoreGuidValue": [],\r
54 "IgnoreFoldersAndFiles": [],\r
55 "IgnoreDuplicates": []\r
56 },\r
57 ## options defined .pytool/Plugin/LibraryClassCheck\r
58 "LibraryClassCheck": {\r
59 "IgnoreHeaderFile": []\r
60 },\r
61\r
62 ## options defined .pytool/Plugin/SpellCheck\r
63 "SpellCheck": {\r
64 "AuditOnly": False, # Fails test but run in AuditOnly mode to collect log\r
65 "IgnoreFiles": [ # use gitignore syntax to ignore errors in matching files\r
4403bbd7 66 "Library/CmockaLib/cmocka/**/*.*" # not going to spell check a submodule\r
3e61b953
MK
67 ],\r
68 "ExtendWords": [ # words to extend to the dictionary for this package\r
69 "cmocka",\r
70 "buildmodule",\r
71 "criterium",\r
72 "pytool",\r
73 "pytools",\r
74 "NOFAILURE",\r
4403bbd7
BB
75 "DHAVE", # build flag for cmocka in the INF\r
76 "corthon", # Contact GitHub account in Readme\r
77 "mdkinney", # Contact GitHub account in Readme\r
78 "spbrogan" # Contact GitHub account in Readme\r
3e61b953
MK
79 ],\r
80 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
81 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
82 }\r
83}\r