Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH luajit] codehealth: add `nd` to the codespell ignore list
@ 2024-02-07 12:39 Sergey Kaplun via Tarantool-patches
  2024-02-08  9:27 ` Sergey Bronnikov via Tarantool-patches
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sergey Kaplun via Tarantool-patches @ 2024-02-07 12:39 UTC (permalink / raw)
  To: Maxim Kokryashkin, Sergey Bronnikov; +Cc: tarantool-patches

This patch is a follow-up to the
15acf5b2ff3841e757434e63394de97662a17e81 ("Fix zero stripping in %g
number formatting."). `nd` is used as a stack buffer for number
formatting and mentioned in the test comment. This patch adds it to the
ignore list to avoid false-positives for comments like "nd ==> and, 2nd"
for codespell version 2.2.6.

Also, it sorts the ignore list for better readability.
---

Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-codespell-nd

 .codespell-ignore-words.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.codespell-ignore-words.txt b/.codespell-ignore-words.txt
index dcdc12f7..757ee53d 100644
--- a/.codespell-ignore-words.txt
+++ b/.codespell-ignore-words.txt
@@ -1,2 +1,3 @@
-isnt
 fpr
+isnt
+nd
-- 
2.43.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-02-15 14:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 12:39 [Tarantool-patches] [PATCH luajit] codehealth: add `nd` to the codespell ignore list Sergey Kaplun via Tarantool-patches
2024-02-08  9:27 ` Sergey Bronnikov via Tarantool-patches
2024-02-09 16:22 ` Maxim Kokryashkin via Tarantool-patches
2024-02-15 13:51 ` Igor Munkin via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox