From 7648bc91aaf5285bf53322de9283447811c8c8e0 Mon Sep 17 00:00:00 2001 From: Louis-Marie Baer Date: Sun, 3 Mar 2024 08:33:05 +0100 Subject: [PATCH] fix: exclude assets from typo checking --- typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typos.toml b/typos.toml index 096e6ef..2cf1fd0 100644 --- a/typos.toml +++ b/typos.toml @@ -1,5 +1,5 @@ [files] extend-exclude = [ - "src/cpu.json", + "assets/", "pgp/", ]