From 636e48529b19dbfad2a38b2b9f9e2e640e2eac2c Mon Sep 17 00:00:00 2001 From: "hinto.janai" Date: Fri, 25 Oct 2024 20:26:34 -0400 Subject: [PATCH] add to `typos.toml` --- typos.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/typos.toml b/typos.toml index fbd66d0..c4537fa 100644 --- a/typos.toml +++ b/typos.toml @@ -16,7 +16,8 @@ extend-ignore-identifiers-re = [ # False positive files. extend-exclude = [ "/misc/gpg_keys/", - "cryptonight/", + "/cryptonight/", "/test-utils/src/rpc/data/json.rs", - "rpc/types/src/json.rs", + "/rpc/types/src/json.rs", + "/benches/criterion/cuprate-rpc-types/benches/serde.rs", ]