From 21ee6db3f5afb4cae9ea51d9468c07caa8dbc0f4 Mon Sep 17 00:00:00 2001 From: seraphima Date: Wed, 28 Feb 2024 14:26:04 +0100 Subject: [PATCH] exclude WinAppDriver files from spell-check --- .github/actions/spell-check/excludes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/actions/spell-check/excludes.txt b/.github/actions/spell-check/excludes.txt index 79b69758a9..3a95097582 100644 --- a/.github/actions/spell-check/excludes.txt +++ b/.github/actions/spell-check/excludes.txt @@ -98,6 +98,8 @@ ^\Q.github/workflows/spelling2.yml\E$ ^\Q.pipelines/ESRPSigning_core.json\E$ ^\Q.pipelines/sdl.gdnbaselines\E$ +^\Qdeps/WinAppDriver/EULA.rtf\E$ +^\Qdeps/WinAppDriver/Readme.txt\E$ ^\Qinstaller/PowerToysSetup/Settings.wxs\E$ ^\Qsrc/common/FilePreviewCommon/Assets/Monaco/monaco_languages.json\E$ ^\Qsrc/common/ManagedCommon/ColorFormatHelper.cs\E$