From 17c1bfc0f4c8622e52a8445f43af2584b8e780ba Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 18 Nov 2021 15:47:28 +0100 Subject: [PATCH] Suppress "Unix" spelling warnings in the samples overview There doesn't seem to be any good way to avoid codespell warnings about "unx", so just add the lines containing it to the exceptions file. --- misc/suppressions/codespell-lines | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/suppressions/codespell-lines b/misc/suppressions/codespell-lines index 3e1c2e8461..ced5b86249 100644 --- a/misc/suppressions/codespell-lines +++ b/misc/suppressions/codespell-lines @@ -27,3 +27,5 @@ expressions (BRE). EREs are roughly those of the traditional @e egrep, static wxString ConvertFromBasic(const wxString& bre); This function can be used to convert @a bre using deprecated wxRE_BASIC static wxString ConvertFromBasic(const wxString& bre); + @c makefile.unx in the sample directory to build it using the version of + makefile.unx in the sample directory to build it.