i3/.luacheckrc

39 lines
492 B
Plaintext
Raw Permalink Normal View History

2020-12-30 23:21:05 +01:00
allow_defined_top = true
2021-01-23 20:54:49 +01:00
ignore = {
2021-11-30 18:39:35 +01:00
"631", -- Line is too long.
2021-01-23 20:54:49 +01:00
"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",
"hb",
2020-12-30 23:21:05 +01:00
"vector",
"string",
"table",
"ItemStack",
"VoxelArea",
"VoxelManip",
2020-12-30 23:21:05 +01:00
}
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 = {
2021-10-25 05:31:58 +02:00
"tests/test_compression.lua",
2021-10-19 05:54:51 +02:00
"tests/test_custom_recipes.lua",
2021-11-28 23:55:11 +01:00
"tests/test_operators.lua",
2021-10-19 05:54:51 +02:00
"tests/test_tabs.lua",
2023-01-07 12:28:07 +01:00
"tests/test_waypoints.lua",
2021-11-03 04:31:36 +01:00
".install",
".luarocks",
2021-10-19 05:54:51 +02:00
}