From 4d9669f8ae7a8ea81da5936405522338596bb5a7 Mon Sep 17 00:00:00 2001 From: Joe Knapper Date: Mon, 11 May 2026 15:14:25 +0100 Subject: [PATCH] Add FoM to codespell regex ignore --- .codespellrc2 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.codespellrc2 b/.codespellrc2 index ab1d49ce..2a690037 100644 --- a/.codespellrc2 +++ b/.codespellrc2 @@ -23,8 +23,7 @@ skip = node_modules, # Ignores split by | # Ignore hexadecimal numbers preceded by # -# Ignore FoV -ignore-regex = #[0-9A-Fa-f]{3,8}\b|\bFoV\b +# Ignore FoV and FoM +ignore-regex = #[0-9A-Fa-f]{3,8}\b|FoV|FoM regex = [A-Z]?[a-z\']+ -ignore-words-list = fom