From fa3567d95d974a1cdc23e3b44dcaad6c4d1438c6 Mon Sep 17 00:00:00 2001 From: Enrico Giordani Date: Wed, 26 May 2021 07:31:12 -0700 Subject: [PATCH] [spell checker] add rule (#11468) --- .github/actions/spell-check/patterns.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/actions/spell-check/patterns.txt b/.github/actions/spell-check/patterns.txt index 49a73f7b6c..82771ce085 100644 --- a/.github/actions/spell-check/patterns.txt +++ b/.github/actions/spell-check/patterns.txt @@ -59,6 +59,9 @@ TestCase\("[^"]+" # Id info inside markdown file (registry.md) ^\|\s+ID\s+\|\s*\`[0-9A-F]{32}\` +# TestCase strings intentionally have non dictionary items +\[TestCase\(new string.*\] + # marker for ignoring a comment to the end of the line ^.*/\* #no-spell-check-line \*/.*$ // #no-spell-check.*$