mirror of
				https://github.com/minetest-mods/warps.git
				synced 2025-10-30 23:35:32 +01:00 
			
		
		
		
	Do some code linting with luacheck
This commit is contained in:
		
							
								
								
									
										16
									
								
								.luacheckrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.luacheckrc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| read_globals = { | ||||
| 	"DIR_DELIM", | ||||
| 	"core", | ||||
| 	"dump", | ||||
| 	"vector", "nodeupdate", | ||||
| 	"VoxelManip", "VoxelArea", | ||||
| 	"PseudoRandom", "ItemStack", | ||||
| 	"AreaStore", | ||||
| 	"default", | ||||
| 	table = { fields = { "copy", "getn" } } | ||||
| } | ||||
|  | ||||
| globals = { | ||||
| 	"minetest" | ||||
| } | ||||
|  | ||||
		Reference in New Issue
	
	Block a user