From 01bbe8f92ddc6bcf35734654cbe6e8321ec54e04 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Fri, 29 Mar 2024 12:41:35 -0500 Subject: [PATCH] change a little bit pattern --- .github/actions/spelling/patterns.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/spelling/patterns.txt b/.github/actions/spelling/patterns.txt index 52db82489..fd134d799 100644 --- a/.github/actions/spelling/patterns.txt +++ b/.github/actions/spelling/patterns.txt @@ -27,7 +27,8 @@ # Automatically suggested patterns # hit-count: 360 file-count: 108 # IServiceProvider -\bI(?=(?:[A-Z][a-z]{2,})+\b) +# IPublicAPI +\bI(?=(?:[A-Z][a-z]{2,}[A-Z]*)+\b) # KListener \bK(?=(?:[A-Z][a-z]{2,})+\b)