i3/.luacheckrc

29 lines
310 B
Plaintext
Raw Normal View History

2020-12-30 23:21:05 +01:00
allow_defined_top = true
2021-01-23 20:54:49 +01:00
ignore = {
"get_debug_grid",
}
2020-12-30 23:21:05 +01:00
read_globals = {
"minetest",
"armor",
2021-01-02 21:15:18 +01:00
"skins",
2021-01-10 20:56:37 +01:00
"awards",
2020-12-30 23:21:05 +01:00
"vector",
"string",
"table",
"ItemStack",
}
globals = {
2021-01-23 20:54:49 +01:00
"i3",
2020-12-30 23:21:05 +01:00
"core",
2021-05-07 03:16:11 +02:00
"sfinv",
"unified_inventory",
2020-12-30 23:21:05 +01:00
}
2021-10-19 05:54:51 +02:00
exclude_files = {
"tests/test_custom_recipes.lua",
"tests/test_tabs.lua",
}