forked from mtcontrib/technic_armor
		
	add luacheckrs stub
This commit is contained in:
		
							
								
								
									
										32
									
								
								.luacheckrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										32
									
								
								.luacheckrc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,32 @@ | ||||
|  | ||||
| unused_args = false | ||||
|  | ||||
| globals = { | ||||
| 	"wieldview", | ||||
| 	"armor", | ||||
| 	"inventory_plus" | ||||
| } | ||||
|  | ||||
| read_globals = { | ||||
| 	-- Stdlib | ||||
| 	string = {fields = {"split"}}, | ||||
| 	table = {fields = {"copy", "getn"}}, | ||||
|  | ||||
| 	-- Minetest | ||||
| 	"vector", "ItemStack", | ||||
| 	"dump", "VoxelArea", | ||||
|  | ||||
| 	-- deps | ||||
| 	"default", | ||||
| 	"minetest", | ||||
| 	"unified_inventory", | ||||
| 	"wardrobe", | ||||
| 	"player_monoids", | ||||
| 	"armor_monoid", | ||||
| 	"sfinv", | ||||
| 	"ARMOR_MATERIALS", | ||||
| 	"ARMOR_FIRE_NODES", | ||||
| 	"pova", | ||||
| 	"skins", | ||||
| 	"u_skins" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user