]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmVirtPkg/ArmVirtPkg.ci.yaml
MdeModulePkg: Add a check for metadata size in NvmExpress Driver
[mirror_edk2.git] / ArmVirtPkg / ArmVirtPkg.ci.yaml
index 4553725ee5285d08a25f5e736f6b1cd25f4ba3e9..d5d63ddd4fd7373f5afdf6ab86423bfec060d5b6 100644 (file)
@@ -5,9 +5,28 @@
 # used for code analysis.\r
 #\r
 # Copyright (c) Microsoft Corporation\r
+# Copyright (c) 2020, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2020 - 2022, ARM Limited. All rights reserved.<BR>\r
+#\r
 # SPDX-License-Identifier: BSD-2-Clause-Patent\r
 ##\r
 {\r
+    ## options defined .pytool/Plugin/LicenseCheck\r
+    "LicenseCheck": {\r
+        "IgnoreFiles": []\r
+    },\r
+    "EccCheck": {\r
+        ## Exception sample looks like below:\r
+        ## "ExceptionList": [\r
+        ##     "<ErrorID>", "<KeyWord>"\r
+        ## ]\r
+        "ExceptionList": [\r
+        ],\r
+        ## Both file path and directory path are accepted.\r
+        "IgnoreFiles": [\r
+            "Library/PlatformBootManagerLib/PlatformBm.c"\r
+        ]\r
+    },\r
     ## options defined .pytool/Plugin/CompilerPlugin\r
     "CompilerPlugin": {\r
         "DscPath": "" # Don't support this test\r
             "MdePkg/MdePkg.dec",\r
             "MdeModulePkg/MdeModulePkg.dec",\r
             "ArmVirtPkg/ArmVirtPkg.dec",\r
+            "DynamicTablesPkg/DynamicTablesPkg.dec",\r
             "NetworkPkg/NetworkPkg.dec",\r
             "ArmPkg/ArmPkg.dec",\r
             "OvmfPkg/OvmfPkg.dec",\r
             "EmbeddedPkg/EmbeddedPkg.dec",\r
             "ArmPlatformPkg/ArmPlatformPkg.dec",\r
+            "PcAtChipsetPkg/PcAtChipsetPkg.dec",\r
             "SecurityPkg/SecurityPkg.dec",\r
             "ShellPkg/ShellPkg.dec"  #Is this ok?\r
         ],\r
@@ -78,6 +99,9 @@
         "AuditOnly": False,           # Fails right now with over 270 errors\r
         "IgnoreFiles": [],           # use gitignore syntax to ignore errors in matching files\r
         "ExtendWords": [\r
+            "acpiview",\r
+            "armltd",\r
+            "ssdts",\r
             "setjump",\r
             "plong",\r
             "lparam",\r
             "unbootable",\r
             "virt's",\r
             "werror",\r
-            "xenio"\r
+            "xenio",\r
+            "kvmtool",\r
+            "cloudhv"\r
         ],           # words to extend to the dictionary for this package\r
         "IgnoreStandardPaths": [],   # Standard Plugin defined paths that should be ignore\r
         "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)\r