From 69b6aef396f554bb7dfd4fb35de3878cb0d58505 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Thu, 17 Apr 2025 17:14:53 -0700 Subject: [PATCH] Don't check typos within any eval examples --- typos.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/typos.toml b/typos.toml index 72bc3e8ccf..4952c61c6a 100644 --- a/typos.toml +++ b/typos.toml @@ -45,9 +45,7 @@ extend-exclude = [ # Spellcheck triggers on `|Fixe[sd]|` regex part. "script/danger/dangerfile.ts", # Eval examples for prompts and criteria - "crates/eval/examples/checkpoint_stability/criteria.md", - "crates/eval/examples/tax_id_validation/prompt.md", - "crates/eval/examples/tax_id_validation/criteria.md" + "crates/eval/examples/", ] [default]