Avoid codespell false positive for "useES" member variable

It shouldn't replaced with "uses".
This commit is contained in:
Vadim Zeitlin
2025-12-06 17:31:04 +01:00
parent a88a56b9fe
commit 2125f520d9

View File

@@ -32,3 +32,4 @@ expressions</em> (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;