From fe1a2584e66144617214cdf75088b117e8e4cd3b Mon Sep 17 00:00:00 2001 From: maxonfjvipon Date: Thu, 1 Aug 2024 10:57:07 +0300 Subject: [PATCH] feat(#3251): custom config x3 --- .github/.typos.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/.typos.toml b/.github/.typos.toml index 2b84425c46..8e1239ad10 100644 --- a/.github/.typos.toml +++ b/.github/.typos.toml @@ -1,3 +1,9 @@ +[default] +extend-ignore-identifiers-re = [ + # *sigh* this just isn't worth the cost of fixing + "EOfileEOis_directory", +] + [default.extend-identifiers] # *sigh* this just isn't worth the cost of fixing EOfileEOis_directory = "EOfile$EOis_directory" \ No newline at end of file