minetest_x_bows/.luacheckrc

74 lines
1.1 KiB
Plaintext
Raw Normal View History

2022-10-05 21:44:46 -05:00
unused_args = false
allow_defined_top = true
2022-10-09 21:24:36 -05:00
max_line_length = false
2022-10-05 21:44:46 -05:00
2022-10-05 19:54:07 -05:00
globals = {
2022-10-20 08:13:35 -05:00
'XBows',
'XBowsQuiver',
'XBowsEntityDefBase',
'XBowsEntityDefCustom'
2022-10-05 19:54:07 -05:00
}
read_globals = {
2022-10-20 08:13:35 -05:00
"DIR_DELIM", "INIT",
"minetest", "core",
"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",
2022-10-30 18:28:44 -05:00
"factorial",
"round",
2022-10-20 08:13:35 -05:00
}
},
"player_monoids",
"playerphysics",
"hb",
"mesecon",
"armor",
2022-10-26 08:45:59 -05:00
"default",
"i3",
"unified_inventory",
2022-10-27 14:38:51 -05:00
"player_api",
"u_skins",
"wardrobe",
"3d_armor",
"skinsdb",
"skins"
2022-10-16 15:02:04 -05:00
}