From 07d1344e7ed651cb98e7e6720a7b835460e13797 Mon Sep 17 00:00:00 2001 From: sergey-melnychuk <8093171+sergey-melnychuk@users.noreply.github.com> Date: Wed, 23 Oct 2024 14:05:10 +0200 Subject: [PATCH] chore(typos): exclude coverage report --- _typos.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_typos.toml b/_typos.toml index 390f8188..68561c36 100644 --- a/_typos.toml +++ b/_typos.toml @@ -1,2 +1,7 @@ [default.extend-words] wrk = "wrk" + +[files] +extend-exclude = [ + "coverage.html", +]