forked from mtcontrib/pipeworks
		
	* [PoC] luacheck with builtin minetest * switch to `minetest+max` std for luacheck * use branch in action * use SX's docker image * disable tty * Update .github/workflows/luacheck.yml Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com> * go back to upstream luacheck * fix globals listing --------- Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com> Co-authored-by: SX <50966843+S-S-X@users.noreply.github.com>
		
			
				
	
	
		
			18 lines
		
	
	
		
			290 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			290 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
| unused_args = false
 | |
| max_line_length= 240
 | |
| redefined = false
 | |
| std = "minetest+max"
 | |
| 
 | |
| globals = {
 | |
| 	"pipeworks",
 | |
| 	"luaentity"
 | |
| }
 | |
| 
 | |
| read_globals = {
 | |
| 	-- mods
 | |
| 	"default", "mesecon", "digiline",
 | |
| 	"screwdriver", "unified_inventory",
 | |
| 	"i3", "mcl_experience", "awards",
 | |
| 	"xcompat", "fakelib", "vizlib"
 | |
| }
 |