.luacheckrc: allow loop-at-most-once
this is being used intentionally sometimes
This commit is contained in:
parent
8cfba2567e
commit
193893fdc3
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user