mirror of
https://github.com/minetest-mods/crafting_bench.git
synced 2024-11-24 04:33:43 +01:00
Add .luacheckrc
This commit is contained in:
parent
d3108574a2
commit
5bfa6d67ee
18
.luacheckrc
Normal file
18
.luacheckrc
Normal file
@ -0,0 +1,18 @@
|
||||
unused_args = false -- Allow them
|
||||
max_line_length = 999
|
||||
|
||||
globals = {
|
||||
-- None
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
"ItemStack",
|
||||
|
||||
"core",
|
||||
"minetest",
|
||||
|
||||
"default",
|
||||
"hopper",
|
||||
"mcl_formspec",
|
||||
"mcl_sounds",
|
||||
}
|
Loading…
Reference in New Issue
Block a user