From 73cec0b965ec3d26bdb2b822ffe329f72dfe87a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Wed, 22 Jan 2025 21:58:12 +0100 Subject: [PATCH] ci: Do not check insta snapshot files with typo Since they are generated automatically. --- .typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.typos.toml b/.typos.toml index 5701fd3a..6bca3b6c 100644 --- a/.typos.toml +++ b/.typos.toml @@ -11,3 +11,7 @@ Wya = "Wya" sing = "sign" singed = "signed" singing = "signing" + +[type.snap] +extend-glob = ["*.snap"] +check-file = false