]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/ShellPkg.ci.yaml
SecurityPkg: SecureBootConfigDxe: Updated invocation pattern
[mirror_edk2.git] / ShellPkg / ShellPkg.ci.yaml
CommitLineData
e3b8a008
MK
1## @file\r
2# CI configuration for ShellPkg\r
3#\r
4# Copyright (c) Microsoft Corporation\r
9b1ba186 5# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
e3b8a008
MK
6# SPDX-License-Identifier: BSD-2-Clause-Patent\r
7##\r
8{\r
9b484b33
SZ
9 "LicenseCheck": {\r
10 "IgnoreFiles": []\r
11 },\r
9b1ba186
SZ
12 "EccCheck": {\r
13 ## Exception sample looks like below:\r
14 ## "ExceptionList": [\r
15 ## "<ErrorID>", "<KeyWord>"\r
16 ## ]\r
17 "ExceptionList": [\r
9944508e 18 "8001", "ShellCommandLineParse"\r
9b1ba186
SZ
19 ],\r
20 ## Both file path and directory path are accepted.\r
21 "IgnoreFiles": [\r
22 ]\r
23 },\r
e3b8a008
MK
24 "CompilerPlugin": {\r
25 "DscPath": "ShellPkg.dsc"\r
26 },\r
27 "CharEncodingCheck": {\r
28 "IgnoreFiles": []\r
29 },\r
30 "DependencyCheck": {\r
31 "AcceptableDependencies": [\r
32 "MdePkg/MdePkg.dec",\r
33 "MdeModulePkg/MdeModulePkg.dec",\r
34 "ShellPkg/ShellPkg.dec",\r
35 "NetworkPkg/NetworkPkg.dec"\r
36 ],\r
37 # For host based unit tests\r
38 "AcceptableDependencies-HOST_APPLICATION":[],\r
39 # For UEFI shell based apps\r
40 "AcceptableDependencies-UEFI_APPLICATION":[],\r
41 "IgnoreInf": []\r
42 },\r
43 "DscCompleteCheck": {\r
44 "DscPath": "ShellPkg.dsc",\r
45 "IgnoreInf": [\r
46 "ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf",\r
47 "ShellPkg/Application/ShellExecTestApp/SA.inf",\r
48 "ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf"\r
49 ]\r
50 },\r
51 "GuidCheck": {\r
52 "IgnoreGuidName": [],\r
53 "IgnoreGuidValue": [],\r
54 "IgnoreFoldersAndFiles": [],\r
55 "IgnoreDuplicates": [\r
56 "Shell=gUefiShellFileGuid", # by design\r
57 ]\r
58 },\r
59 "LibraryClassCheck": {\r
60 "IgnoreHeaderFile": []\r
61 },\r
62\r
63 ## options defined ci/Plugin/SpellCheck\r
64 "SpellCheck": {\r
65 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
66 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
67 "ExtendWords": [], # words to extend to the dictionary for this package\r
68 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
69 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
70 }\r
71}\r