mirror of
				https://gitlab.com/luk3yx/minetest-flow.git
				synced 2025-10-31 16:53:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			386 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			386 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| max_line_length = 80
 | |
| 
 | |
| globals = {
 | |
|     'formspec_ast',
 | |
|     'minetest',
 | |
|     'hud_fs',
 | |
|     'flow',
 | |
|     'dump',
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
|     string = {fields = {'split', 'trim'}},
 | |
|     table = {fields = {'copy', 'indexof'}}
 | |
| }
 | |
| 
 | |
| -- This error is thrown for methods that don't use the implicit "self"
 | |
| -- parameter.
 | |
| ignore = {"212/self", "432/player", "43/ctx", "212/player", "212/ctx", "212/value"}
 |