Sfoglia il codice sorgente

UnitTestFrameworkPkg: CI YAML: Grant cmockery spell check exception

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3798

UnitTestFrameworkPkg.dec contains cmockery folder from cmocka submodule.
However, the term "cmockery" is unrecognized by cspell tool.

This change grants spell check exception to "cmockery" to prevent
pipeline building failure.

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>

Signed-off-by: Kun Qin <kuqin12@gmail.com>
Reviewed-by: Sean Brogan <sean.brogan@microsoft.com>
Kun Qin 2 anni fa
parent
commit
14a731096d
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml

+ 1 - 0
UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml

@@ -89,6 +89,7 @@
             "pytool",
             "pytool",
             "pytools",
             "pytools",
             "NOFAILURE",
             "NOFAILURE",
+            "cmockery",
             "DHAVE", # build flag for cmocka in the INF
             "DHAVE", # build flag for cmocka in the INF
             "corthon",      # Contact GitHub account in Readme
             "corthon",      # Contact GitHub account in Readme
             "mdkinney",     # Contact GitHub account in Readme
             "mdkinney",     # Contact GitHub account in Readme