From 0870bc73fbed8085522f83a0566f7e23c7f9b5ca Mon Sep 17 00:00:00 2001 From: openoms Date: Fri, 5 Apr 2024 12:15:25 +0200 Subject: [PATCH] fix: do not check json for typos --- typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typos.toml b/typos.toml index 3b0c857..e487309 100644 --- a/typos.toml +++ b/typos.toml @@ -2,3 +2,7 @@ # don't correct these false positives ags = "ags" aray = "aray" + +[files] +# skip these files +extend-exclude = ["*.json"]