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