.luacheckrc: allow loop-at-most-once

this is being used intentionally sometimes
This commit is contained in:
cora 2023-07-30 16:23:23 +02:00 committed by ryvnf
parent 8cfba2567e
commit 193893fdc3

View File

@ -2,7 +2,10 @@ unused_args = false
allow_defined_top = true
max_line_length = false
redefined = false
ignore = {
--this is used intentionally in the codebase sometimes
"512", -- Loop can be executed at most once.
}
globals = {
"minetest", "core",
"doc",