mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-03 19:17:07 -05:00 
			
		
		
		
	[fix] gigablaste engine: switch from pep8 to pylint test
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									a18760b322
								
							
						
					
					
						commit
						d44b4eda64
					
				
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							@ -195,6 +195,7 @@ test.pylint: pyenvinstall
 | 
			
		||||
	$(call cmd,pylint,\
 | 
			
		||||
		searx/preferences.py \
 | 
			
		||||
		searx/testing.py \
 | 
			
		||||
		searx/engines/gigablast.py \
 | 
			
		||||
	)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
@ -204,7 +205,7 @@ endif
 | 
			
		||||
 | 
			
		||||
test.pep8: pyenvinstall
 | 
			
		||||
	@echo "TEST      pep8"
 | 
			
		||||
	$(Q)$(PY_ENV_ACT); pep8 --exclude=searx/static --max-line-length=120 --ignore "E402,W503" searx tests
 | 
			
		||||
	$(Q)$(PY_ENV_ACT); pep8 --exclude='searx/static, searx/engines/gigablast.py' --max-line-length=120 --ignore "E402,W503" searx tests
 | 
			
		||||
 | 
			
		||||
test.unit: pyenvinstall
 | 
			
		||||
	@echo "TEST      tests/unit"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user