]> git.proxmox.com Git - mirror_edk2.git/blame - RedfishPkg/RedfishPkg.ci.yaml
DynamicTablesPkg: AmlLib fix ECC errors
[mirror_edk2.git] / RedfishPkg / RedfishPkg.ci.yaml
CommitLineData
c63e1305
AC
1## @file\r
2# CI configuration for NetworkPkg\r
3#\r
4# (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR>\r
5# SPDX-License-Identifier: BSD-2-Clause-Patent\r
6##\r
7{\r
8 "LicenseCheck": {\r
9 "IgnoreFiles": []\r
10 },\r
11 "EccCheck": {\r
12 ## Exception sample looks like below:\r
13 ## "ExceptionList": [\r
14 ## "<ErrorID>", "<KeyWord>"\r
15 ## ]\r
16 "ExceptionList": [\r
17 ],\r
18 ## Both file path and directory path are accepted.\r
19 "IgnoreFiles": [\r
20 ]\r
21 },\r
22 "CompilerPlugin": {\r
23 "DscPath": "RedfishPkg.dsc"\r
24 },\r
25 "CharEncodingCheck": {\r
26 "IgnoreFiles": []\r
27 },\r
28 "DependencyCheck": {\r
29 "AcceptableDependencies": [\r
30 "MdePkg/MdePkg.dec",\r
31 "MdeModulePkg/MdeModulePkg.dec",\r
32 "NetworkPkg/NetworkPkg.dec"\r
33 ],\r
34 # For host based unit tests\r
35 "AcceptableDependencies-HOST_APPLICATION":[],\r
36 # For UEFI shell based apps\r
37 "AcceptableDependencies-UEFI_APPLICATION":[\r
38 "ShellPkg/ShellPkg.dec"\r
39 ],\r
40 "IgnoreInf": []\r
41 },\r
42 "DscCompleteCheck": {\r
43 "DscPath": "RedfishPkg.dsc",\r
44 "IgnoreInf": []\r
45 },\r
46 "GuidCheck": {\r
47 "IgnoreGuidName": [],\r
48 "IgnoreGuidValue": [],\r
49 "IgnoreFoldersAndFiles": []\r
50 },\r
51 "LibraryClassCheck": {\r
52 "IgnoreHeaderFile": []\r
53 },\r
54\r
55 ## options defined ci/Plugin/SpellCheck\r
56 "SpellCheck": {\r
57 "AuditOnly": True, # Fails test but run in AuditOnly mode to collect log\r
58 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
59 "ExtendWords": [], # words to extend to the dictionary for this package\r
60 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
61 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
62 },\r
63\r
64 "Defines": {\r
65 "BLD_*_CONTINUOUS_INTEGRATION": "TRUE"\r
66 }\r
67}\r