From 65b1ef5c5eac5eec029be361fd19a15ca29bee79 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Mon, 14 Jul 2025 09:48:21 -0400 Subject: [PATCH] chore: exempt tests from spelling Signed-off-by: Xe Iaso --- .github/actions/spelling/excludes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/spelling/excludes.txt b/.github/actions/spelling/excludes.txt index 521e0e94..5edebc0d 100644 --- a/.github/actions/spelling/excludes.txt +++ b/.github/actions/spelling/excludes.txt @@ -92,3 +92,4 @@ ignore$ robots.txt ^lib/localization/locales/.*\.json$ ^lib/localization/.*_test.go$ +^test/.*$ \ No newline at end of file