mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	makefile.python: hardening - start pylint by module
- replace: $(PY_ENV_BIN)/pylint --> $(PY_ENV_BIN)/python -m pylint Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									565493b57d
								
							
						
					
					
						commit
						31437d04e8
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -121,10 +121,10 @@ quiet_cmd_virtualenv  = PYENV     usage: $ source ./$@/bin/activate | |||
| 
 | ||||
| # $2 path to lint | ||||
| quiet_cmd_pylint      = LINT      $@ | ||||
|       cmd_pylint      = $(PY_ENV_BIN)/pylint --rcfile $(PYLINT_RC) $2 | ||||
|       cmd_pylint      = $(PY_ENV_BIN)/python -m pylint --rcfile $(PYLINT_RC) $2 | ||||
| 
 | ||||
| quiet_cmd_pytest      = TEST      $@ | ||||
|       cmd_pytest      = $(PY_ENV_BIN)/tox -vv | ||||
|       cmd_pytest      = $(PY_ENV_BIN)/python -m tox -vv | ||||
| 
 | ||||
| # setuptools, pip, easy_install its a mess full of cracks, a documentation hell | ||||
| # and broken by design ... all sucks, I really, really hate all this ... aaargh! | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Markus Heiser
						Markus Heiser