forked from mtcontrib/pipeworks
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			a535bebd2e
			...
			93f5fb3d87
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 93f5fb3d87 | |||
| 
						 | 
					9ad6e5d07a | ||
| 
						 | 
					31e1255245 | 
							
								
								
									
										8
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								.gitlab-ci.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,8 @@
 | 
			
		||||
stages:
 | 
			
		||||
  - test
 | 
			
		||||
 | 
			
		||||
luacheck:
 | 
			
		||||
 stage: test
 | 
			
		||||
 image: pipelinecomponents/luacheck:latest
 | 
			
		||||
 script:
 | 
			
		||||
  - luacheck .
 | 
			
		||||
							
								
								
									
										24
									
								
								.luacheckrc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										24
									
								
								.luacheckrc
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,24 @@
 | 
			
		||||
unused_args = false
 | 
			
		||||
max_line_length= 240
 | 
			
		||||
redefined = false
 | 
			
		||||
 | 
			
		||||
globals = {
 | 
			
		||||
	"pipeworks",
 | 
			
		||||
	"luaentity"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
read_globals = {
 | 
			
		||||
	-- Stdlib
 | 
			
		||||
	string = {fields = {"split"}},
 | 
			
		||||
	table = {fields = {"copy", "getn"}},
 | 
			
		||||
 | 
			
		||||
	-- Minetest
 | 
			
		||||
	"vector", "ItemStack",
 | 
			
		||||
	"dump", "minetest",
 | 
			
		||||
	"VoxelManip", "VoxelArea",
 | 
			
		||||
 | 
			
		||||
	-- mods
 | 
			
		||||
	"default", "mesecon", "digiline",
 | 
			
		||||
	"screwdriver"
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user