From ed372553ae96d78562e28d6b18e7d0bca31e4024 Mon Sep 17 00:00:00 2001 From: Dilum Aluthge Date: Sat, 14 Oct 2023 13:36:58 -0400 Subject: [PATCH] `codespell`: ignore `findn` Note: In https://github.com/JuliaLang/julia/issues/25532, `findn(x::AbstractArray)` was deprecated in favor of `findall(!iszero, x)`. However, the word `findn` will still appear in various places, such as `HISTORY.md`, so we should probably ignore it from `codespell`. --- .codespell.ignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.codespell.ignore b/.codespell.ignore index 74be7f4ccda0c..91fb8b64f5919 100644 --- a/.codespell.ignore +++ b/.codespell.ignore @@ -1,2 +1,3 @@ ans egal +findn