From a954518d73e964c9670b14fac80093c3b414e50f Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Thu, 1 Sep 2022 09:16:51 +0200 Subject: [PATCH] ci: Stop ignoring .lock files in typos config explicitly Typos now ignores .lock files automatically without any configuration. --- .typos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.typos.toml b/.typos.toml index fc523b9dd..0f7252474 100644 --- a/.typos.toml +++ b/.typos.toml @@ -14,4 +14,4 @@ thead = "thead" [files] # Our json files contain a bunch of base64 encoded ed25519 keys which aren't # automatically ignored, we ignore them here. -extend-exclude = ["*.json", "*.lock"] +extend-exclude = ["*.json"]