]> git.proxmox.com Git - mirror_edk2.git/blame - ArmVirtPkg/ArmVirtPkg.ci.yaml
ArmVirtPkg: Update YAML to ignore specific ECC files/errors
[mirror_edk2.git] / ArmVirtPkg / ArmVirtPkg.ci.yaml
CommitLineData
0c7f189e
SB
1## @file\r
2# Core CI configuration for ArmVirtPkg\r
3#\r
4# ArmVirtPkg is part of Platform Ci for builds so this is only\r
5# used for code analysis.\r
6#\r
7# Copyright (c) Microsoft Corporation\r
1fde2b9d 8# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
4a57aeaa
SM
9# Copyright (c) 2020, ARM Limited. All rights reserved.\r
10#\r
0c7f189e
SB
11# SPDX-License-Identifier: BSD-2-Clause-Patent\r
12##\r
13{\r
53936785
SZ
14 ## options defined .pytool/Plugin/LicenseCheck\r
15 "LicenseCheck": {\r
16 "IgnoreFiles": []\r
17 },\r
1fde2b9d
SZ
18 "EccCheck": {\r
19 ## Exception sample looks like below:\r
20 ## "ExceptionList": [\r
21 ## "<ErrorID>", "<KeyWord>"\r
22 ## ]\r
23 "ExceptionList": [\r
24 ],\r
25 ## Both file path and directory path are accepted.\r
26 "IgnoreFiles": [\r
c97fee87 27 "Library/PlatformBootManagerLib/PlatformBm.c"\r
1fde2b9d
SZ
28 ]\r
29 },\r
0c7f189e
SB
30 ## options defined .pytool/Plugin/CompilerPlugin\r
31 "CompilerPlugin": {\r
32 "DscPath": "" # Don't support this test\r
33 },\r
34\r
35 ## options defined .pytool/Plugin/HostUnitTestCompilerPlugin\r
36 "HostUnitTestCompilerPlugin": {\r
37 "DscPath": "" # Don't support this test\r
38 },\r
39\r
40 ## options defined .pytool/Plugin/CharEncodingCheck\r
41 "CharEncodingCheck": {\r
42 "IgnoreFiles": []\r
43 },\r
44\r
45 ## options defined .pytool/Plugin/DependencyCheck\r
46 "DependencyCheck": {\r
47 "AcceptableDependencies": [\r
48 "MdePkg/MdePkg.dec",\r
49 "MdeModulePkg/MdeModulePkg.dec",\r
50 "ArmVirtPkg/ArmVirtPkg.dec",\r
51 "NetworkPkg/NetworkPkg.dec",\r
52 "ArmPkg/ArmPkg.dec",\r
53 "OvmfPkg/OvmfPkg.dec",\r
54 "EmbeddedPkg/EmbeddedPkg.dec",\r
55 "ArmPlatformPkg/ArmPlatformPkg.dec",\r
4a57aeaa 56 "PcAtChipsetPkg/PcAtChipsetPkg.dec",\r
0c7f189e
SB
57 "SecurityPkg/SecurityPkg.dec",\r
58 "ShellPkg/ShellPkg.dec" #Is this ok?\r
59 ],\r
60 # For host based unit tests\r
61 "AcceptableDependencies-HOST_APPLICATION":[\r
62 "UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec"\r
63 ],\r
64 # For UEFI shell based apps\r
65 "AcceptableDependencies-UEFI_APPLICATION":[\r
66\r
67 ],\r
68 "IgnoreInf": []\r
69 },\r
70\r
71 ## options defined .pytool/Plugin/DscCompleteCheck\r
72 "DscCompleteCheck": {\r
73 "IgnoreInf": [""],\r
74 "DscPath": "" # Don't support this test\r
75 },\r
76\r
77 ## options defined .pytool/Plugin/HostUnitTestDscCompleteCheck\r
78 "HostUnitTestDscCompleteCheck": {\r
79 "IgnoreInf": [""],\r
80 "DscPath": "" # Don't support this test\r
81 },\r
82\r
83 ## options defined .pytool/Plugin/GuidCheck\r
84 "GuidCheck": {\r
85 "IgnoreGuidName": [],\r
86 "IgnoreGuidValue": [],\r
87 "IgnoreFoldersAndFiles": [],\r
88 "IgnoreDuplicates": [],\r
89 },\r
90\r
91 ## options defined .pytool/Plugin/LibraryClassCheck\r
92 "LibraryClassCheck": {\r
93 "IgnoreHeaderFile": []\r
94 },\r
95\r
96 ## options defined .pytool/Plugin/SpellCheck\r
97 "SpellCheck": {\r
98 "AuditOnly": False, # Fails right now with over 270 errors\r
99 "IgnoreFiles": [], # use gitignore syntax to ignore errors in matching files\r
100 "ExtendWords": [\r
101 "setjump",\r
102 "plong",\r
103 "lparam",\r
104 "lpdword",\r
105 "lpthread",\r
106 "lresult",\r
107 "bootable",\r
108 "bsymbolic",\r
109 "endiannness",\r
110 "fvmain",\r
111 "multiboot",\r
112 "qemu's",\r
113 "ramdisk",\r
114 "ramfb",\r
115 "unbootable",\r
116 "virt's",\r
117 "werror",\r
6a9d0c17 118 "xenio",\r
0e3b6bd0
JW
119 "kvmtool",\r
120 "cloudhv"\r
0c7f189e
SB
121 ], # words to extend to the dictionary for this package\r
122 "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore\r
123 "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r
124 }\r
125}\r