minetest-flow/.luacheckrc
luk3yx 150cef9399 Change prefix of auto-generated field names
Fixes behaviour with https://github.com/minetest/minetest/pull/14878

I've also added a workaround to preserve the current behaviour of
dropdowns that don't have index_event set.
2024-08-13 10:22:47 +12:00

20 lines
398 B
Lua

max_line_length = 80
globals = {
'flow',
}
read_globals = {
'dump',
'formspec_ast',
'fs51',
'hud_fs',
'minetest',
string = {fields = {'split', 'trim'}},
table = {fields = {'copy', 'indexof'}}
}
-- This error is thrown for methods that don't use the implicit "self"
-- parameter.
ignore = {"212/self", "432/player", "43/ctx", "212/player", "212/ctx", "212/value"}