]> git.proxmox.com Git - mirror_edk2.git/blame - ShellPkg/ShellPkg.ci.yaml
MdeModulePkg: Initialize local variable value before they are used
[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
18 ],\r
19 ## Both file path and directory path are accepted.\r
20 "IgnoreFiles": [\r
21 ]\r
22 },\r
e3b8a008
MK
23 "CompilerPlugin": {\r
24 "DscPath": "ShellPkg.dsc"\r
25 },\r
26 "CharEncodingCheck": {\r
27 "IgnoreFiles": []\r
28 },\r
29 "DependencyCheck": {\r
30 "AcceptableDependencies": [\r
31 "MdePkg/MdePkg.dec",\r
32 "MdeModulePkg/MdeModulePkg.dec",\r
33 "ShellPkg/ShellPkg.dec",\r
34 "NetworkPkg/NetworkPkg.dec"\r
35 ],\r
36 # For host based unit tests\r
37 "AcceptableDependencies-HOST_APPLICATION":[],\r
38 # For UEFI shell based apps\r
39 "AcceptableDependencies-UEFI_APPLICATION":[],\r
40 "IgnoreInf": []\r
41 },\r
42 "DscCompleteCheck": {\r
43 "DscPath": "ShellPkg.dsc",\r
44 "IgnoreInf": [\r
45 "ShellPkg/Application/ShellCTestApp/ShellCTestApp.inf",\r
46 "ShellPkg/Application/ShellExecTestApp/SA.inf",\r
47 "ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.inf"\r
48 ]\r
49 },\r
50 "GuidCheck": {\r
51 "IgnoreGuidName": [],\r
52 "IgnoreGuidValue": [],\r
53 "IgnoreFoldersAndFiles": [],\r
54 "IgnoreDuplicates": [\r
55 "Shell=gUefiShellFileGuid", # by design\r
56 ]\r
57 },\r
58 "LibraryClassCheck": {\r
59 "IgnoreHeaderFile": []\r
60 },\r
61\r
62 ## options defined ci/Plugin/SpellCheck\r
63 "SpellCheck": {\r
64 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
65 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
66 "ExtendWords": [], # words to extend to the dictionary for this package\r
67 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
68 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
69 }\r
70}\r