зеркало из
				https://github.com/minetest-mods/i3.git
				synced 2025-10-31 16:25:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			37 строки
		
	
	
		
			456 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			37 строки
		
	
	
		
			456 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| allow_defined_top = true
 | |
| 
 | |
| ignore = {
 | |
| 	"631", -- Line is too long.
 | |
| 	"get_debug_grid",
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
| 	"minetest",
 | |
| 	"armor",
 | |
| 	"skins",
 | |
| 	"awards",
 | |
| 	"vector",
 | |
| 	"string",
 | |
| 	"table",
 | |
| 	"ItemStack",
 | |
| 	"VoxelArea",
 | |
| 	"VoxelManip",
 | |
| }
 | |
| 
 | |
| globals = {
 | |
| 	"i3",
 | |
| 	"core",
 | |
| 	"sfinv",
 | |
| 	"unified_inventory",
 | |
| }
 | |
| 
 | |
| exclude_files = {
 | |
| 	"tests/test_compression.lua",
 | |
| 	"tests/test_custom_recipes.lua",
 | |
| 	"tests/test_operators.lua",
 | |
| 	"tests/test_tabs.lua",
 | |
| 
 | |
| 	".install",
 | |
| 	".luarocks",
 | |
| }
 |