mirror of
https://github.com/HybridDog/nether-pack.git
synced 2025-07-27 20:20:21 +02:00
Add .luacheckrc and do some code fixes
This commit is contained in:
15
nether/.luacheckrc
Normal file
15
nether/.luacheckrc
Normal file
@ -0,0 +1,15 @@
|
||||
read_globals = {
|
||||
-- Defined by Minetest
|
||||
"minetest", "vector", "PseudoRandom", "VoxelArea", "ItemStack", "dump",
|
||||
"string",
|
||||
|
||||
-- Mods
|
||||
"default", "stairs", "creative"
|
||||
}
|
||||
globals = {"nether"}
|
||||
ignore = {
|
||||
"212",
|
||||
-- Unused argument
|
||||
"411", "421", "422", "423", "431", "432",
|
||||
-- Shadowing
|
||||
}
|
Reference in New Issue
Block a user