forked from minetest-mods/digilines
Add .luacheckrc
and fix warnings.
This commit is contained in:
12
.luacheckrc
Normal file
12
.luacheckrc
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
read_globals = {
|
||||
"minetest",
|
||||
"default",
|
||||
"pipeworks",
|
||||
"dump",
|
||||
"VoxelArea",
|
||||
}
|
||||
|
||||
globals = {
|
||||
"digilines",
|
||||
}
|
Reference in New Issue
Block a user