From 4c83725e7a699009ba8daf224931186218e7c66b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Ku=C4=8Dera?= Date: Mon, 26 Feb 2024 17:33:22 +0100 Subject: [PATCH] style(typos): spell check variants of `cancellable` (#312) --- .typos.toml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.typos.toml b/.typos.toml index 52b4a9aa0..232cb7347 100644 --- a/.typos.toml +++ b/.typos.toml @@ -1,5 +1,8 @@ [files] -extend-exclude = ["docs/versioned"] # don't check ./docs/versioned +extend-exclude = [ + "docs/versioned", # old documentation shouldn't be checked + "*.json" # mostly configuration, not worth checking +] [default] locale = "en-us" @@ -15,7 +18,6 @@ armour = "armor" authorise = "authorize" authorised = "authorized" authorising = "authorizing" -cancelling = "canceling" catalogue = "catalog" centre = "center" civilisation = "civilization" @@ -66,3 +68,11 @@ regionise = "regionize" regioniser = "regionizer" regionising = "regionizing" regionised = "regionized" + +# exceptions: + +# use British spelling to stay consistent with Bukkit +canceled = "cancelled" +canceling = "cancelling" +cancelable = "cancellable" +cancelation = "cancellation"