mirror of
https://github.com/minetest-mods/gauges.git
synced 2024-12-22 17:00:24 +01:00
Add a Luacheck configuration file
This commit is contained in:
parent
06a19573cc
commit
d241818d13
29
.luacheckrc
Normal file
29
.luacheckrc
Normal file
@ -0,0 +1,29 @@
|
||||
std = "lua51+minetest"
|
||||
unused_args = false
|
||||
allow_defined_top = true
|
||||
max_line_length = 90
|
||||
|
||||
stds.minetest = {
|
||||
read_globals = {
|
||||
"DIR_DELIM",
|
||||
"minetest",
|
||||
"core",
|
||||
"dump",
|
||||
"vector",
|
||||
"nodeupdate",
|
||||
"VoxelManip",
|
||||
"VoxelArea",
|
||||
"PseudoRandom",
|
||||
"ItemStack",
|
||||
"default",
|
||||
table = {
|
||||
fields = {
|
||||
"copy",
|
||||
},
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
globals = {
|
||||
"vector",
|
||||
}
|
Loading…
Reference in New Issue
Block a user