i3/.luacheckrc

37 lines
456 B
Plaintext
Raw Normal View History

2020-12-30 14:21:05 -08:00
allow_defined_top = true
2021-01-23 11:54:49 -08:00
ignore = {
2021-11-30 09:39:35 -08:00
"631", -- Line is too long.
2021-01-23 11:54:49 -08:00
"get_debug_grid",
}
2020-12-30 14:21:05 -08:00
read_globals = {
"minetest",
"armor",
2021-01-02 12:15:18 -08:00
"skins",
2021-01-10 11:56:37 -08:00
"awards",
2020-12-30 14:21:05 -08:00
"vector",
"string",
"table",
"ItemStack",
"VoxelArea",
"VoxelManip",
2020-12-30 14:21:05 -08:00
}
globals = {
2021-01-23 11:54:49 -08:00
"i3",
2020-12-30 14:21:05 -08:00
"core",
2021-05-06 18:16:11 -07:00
"sfinv",
"unified_inventory",
2020-12-30 14:21:05 -08:00
}
2021-10-18 20:54:51 -07:00
exclude_files = {
2021-10-24 20:31:58 -07:00
"tests/test_compression.lua",
2021-10-18 20:54:51 -07:00
"tests/test_custom_recipes.lua",
2021-11-28 14:55:11 -08:00
"tests/test_operators.lua",
2021-10-18 20:54:51 -07:00
"tests/test_tabs.lua",
2021-11-02 20:31:36 -07:00
".install",
".luarocks",
2021-10-18 20:54:51 -07:00
}