mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-13 03:12:13 +00:00
codespell reports "Nees" should be "Needs" but "Nees" is the last name of Georg Nees. so it is not a misspelling. can should not be fixed. since the purpose of lolwut.cc is to display Redis version and print a generative computer art. the one included by our version was created by Georg Nees. since the LOLWUT command does not contain business logic connected with scylladb, we don't lose a lot if skip it when scanning for spelling errors. so, in this change, let's skip it, this should silence one more warning from the github codespell workflow. Signed-off-by: Kefu Chai <kefu.chai@scylladb.com> Closes scylladb/scylladb#17770