From 7e268b9a431d45ce3b60cc5867d4bb97ac6f33b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Pf=C3=A4ffle?= Date: Fri, 7 Mar 2025 22:27:04 +0100 Subject: [PATCH] ci: typos ignore `*.po` files --- typos.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/typos.toml b/typos.toml index d449e3ffa..4bf12ba94 100644 --- a/typos.toml +++ b/typos.toml @@ -45,5 +45,9 @@ greyscale = "grayscale" DECID = "DECID" flate = "flate" +[type.po] +extend-glob = ["*.po"] +check-file = false + [type.swift.extend-words] inout = "inout"