1
0
mirror of https://bitbucket.org/minetest_gamers/x_enchanting.git synced 2025-04-22 18:10:20 +02:00
x_enchanting/.luacheckrc
2025-04-07 00:38:49 -04:00

71 lines
1009 B
Lua

unused_args = false
allow_defined_top = true
max_line_length = false
exclude_files = {
"./scripts",
"./bin",
"./logs",
"./node_modules",
"./sounds",
"./textures",
"./models",
"./docs",
"./locale",
"./types",
}
globals = {
"core",
"XEnchanting"
}
read_globals = {
"DIR_DELIM", "INIT",
"dump", "dump2",
"Raycast",
"Settings",
"PseudoRandom",
"PerlinNoise",
"VoxelManip",
"SecureRandom",
"VoxelArea",
"PerlinNoiseMap",
"PcgRandom",
"ItemStack",
"AreaStore",
"unpack",
"vector",
table = {
fields = {
"copy",
"indexof",
"insert_all",
"key_value_swap",
"shuffle",
}
},
string = {
fields = {
"split",
"trim",
}
},
math = {
fields = {
"hypot",
"sign",
"factorial",
"round",
}
},
"default"
}