]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/ShellPkg.ci.yaml
MdeModulePkg/Variable: Initialize local variable "RtPtrTrack"
[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
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 "CompilerPlugin": {\r
9 "DscPath": "ShellPkg.dsc"\r
10 },\r
11 "CharEncodingCheck": {\r
12 "IgnoreFiles": []\r
13 },\r
14 "DependencyCheck": {\r
15 "AcceptableDependencies": [\r
16 "MdePkg/MdePkg.dec",\r
17 "MdeModulePkg/MdeModulePkg.dec",\r
18 "ShellPkg/ShellPkg.dec",\r
19 "NetworkPkg/NetworkPkg.dec"\r
20 ],\r
21 # For host based unit tests\r
22 "AcceptableDependencies-HOST_APPLICATION":[],\r
23 # For UEFI shell based apps\r
24 "AcceptableDependencies-UEFI_APPLICATION":[],\r
25 "IgnoreInf": []\r
26 },\r
27 "DscCompleteCheck": {\r
28 "DscPath": "ShellPkg.dsc",\r
29 "IgnoreInf": [\r
30 "ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf",\r
31 "ShellPkg/Application/ShellExecTestApp/SA.inf",\r
32 "ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf"\r
33 ]\r
34 },\r
35 "GuidCheck": {\r
36 "IgnoreGuidName": [],\r
37 "IgnoreGuidValue": [],\r
38 "IgnoreFoldersAndFiles": [],\r
39 "IgnoreDuplicates": [\r
40 "Shell=gUefiShellFileGuid", # by design\r
41 ]\r
42 },\r
43 "LibraryClassCheck": {\r
44 "IgnoreHeaderFile": []\r
45 },\r
46\r
47 ## options defined ci/Plugin/SpellCheck\r
48 "SpellCheck": {\r
49 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
50 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
51 "ExtendWords": [], # words to extend to the dictionary for this package\r
52 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
53 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
54 }\r
55}\r