mirror of
https://github.com/mt-mods/xcompat.git
synced 2025-01-02 22:38:25 +01:00
move one global back in .luacheckrc
This commit is contained in:
parent
b832ca00da
commit
d266415853
@ -4,7 +4,7 @@ allow_defined_top = true
|
||||
exclude_files = {".luacheckrc"}
|
||||
|
||||
globals = {
|
||||
"xcompat",
|
||||
"minetest", "xcompat",
|
||||
}
|
||||
|
||||
read_globals = {
|
||||
@ -18,7 +18,5 @@ read_globals = {
|
||||
"vector", "ItemStack", "dump", "DIR_DELIM", "VoxelArea", "Settings", "PcgRandom", "VoxelManip", "PseudoRandom",
|
||||
|
||||
--mod produced
|
||||
"minetest", "default", "mcl_sounds", "ks_sounds",
|
||||
"nodes_nature", "fl_stone", "fl_topsoil", "fl_trees",
|
||||
"hades_sounds", "rp_sounds",
|
||||
"default", "mcl_sounds", "ks_sounds", "nodes_nature", "fl_stone", "fl_topsoil", "fl_trees", "hades_sounds", "rp_sounds",
|
||||
}
|
Loading…
Reference in New Issue
Block a user