From 2125f520d92c38cb9df1b62d06069d9e3315b0cb Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 6 Dec 2025 17:31:04 +0100 Subject: [PATCH] Avoid codespell false positive for "useES" member variable It shouldn't replaced with "uses". --- misc/suppressions/codespell-lines | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/suppressions/codespell-lines b/misc/suppressions/codespell-lines index 7c42a11596..5ec89986c4 100644 --- a/misc/suppressions/codespell-lines +++ b/misc/suppressions/codespell-lines @@ -32,3 +32,4 @@ expressions (BRE). EREs are roughly those of the traditional @e egrep, bool AtLeast(int major, int minor = 0, int micro = 0) const bool AtLeast(int major, int minor = 0, int micro = 0) const; return AtLeast(0) || !m_name.empty() || !m_description.empty(); + bool useES = false;