From 1e3e575ee2fae5da5fb3df6f9e37b31f8fc0d540 Mon Sep 17 00:00:00 2001 From: Michael D Kinney Date: Sat, 6 Dec 2025 18:20:16 -0800 Subject: [PATCH] SourceLevelDebugPkg: Update SpellCheck Extended words Add "usbsts" to extended words in ci.yaml file. Signed-off-by: Michael D Kinney --- SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml b/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml index 0ddf60cd43..295a11640e 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.ci.yaml @@ -112,7 +112,8 @@ "stosq", "ttach", "urb's", - "xhc's" + "xhc's", + "usbsts" ], "IgnoreStandardPaths": [], # Standard Plugin defined paths that should be ignore "AdditionalIncludePaths": [] # Additional paths to spell check (wildcards supported)