summaryrefslogtreecommitdiffstats
path: root/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml')
-rw-r--r--UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml7
1 files changed, 5 insertions, 2 deletions
diff --git a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
index 0164859505..51e172537f 100644
--- a/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
+++ b/UnitTestFrameworkPkg/UnitTestFrameworkPkg.ci.yaml
@@ -59,7 +59,7 @@
"SpellCheck": {
"AuditOnly": False, # Fails test but run in AuditOnly mode to collect log
"IgnoreFiles": [ # use gitignore syntax to ignore errors in matching files
- "/Library/CmockaLib/cmocka/**/*.*" # not going to spell check a submodule
+ "Library/CmockaLib/cmocka/**/*.*" # not going to spell check a submodule
],
"ExtendWords": [ # words to extend to the dictionary for this package
"cmocka",
@@ -68,7 +68,10 @@
"pytool",
"pytools",
"NOFAILURE",
- "DHAVE" # build flag for cmocka in the INF
+ "DHAVE", # build flag for cmocka in the INF
+ "corthon", # Contact GitHub account in Readme
+ "mdkinney", # Contact GitHub account in Readme
+ "spbrogan" # Contact GitHub account in Readme
],
"IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore
"AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)