mirror of
				https://github.com/f-droid/fdroidserver.git
				synced 2025-11-03 22:20:28 +03:00 
			
		
		
		
	gitlab-ci: show pylint output in log when it fails
This commit is contained in:
		
							parent
							
								
									e1a8e1a08a
								
							
						
					
					
						commit
						8c14e44f63
					
				
					 1 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -268,13 +268,12 @@ pylint:
 | 
			
		|||
  script:
 | 
			
		||||
    - apt-get install pylint python3-pip
 | 
			
		||||
    - $pip install --break-system-packages pylint-gitlab
 | 
			
		||||
    - pylint --output-format=pylint_gitlab.GitlabCodeClimateReporter
 | 
			
		||||
    - pylint --output-format=colorized,pylint_gitlab.GitlabCodeClimateReporter:pylint-report.json
 | 
			
		||||
            fdroid
 | 
			
		||||
            makebuildserver
 | 
			
		||||
            setup.py
 | 
			
		||||
            fdroidserver/*.py
 | 
			
		||||
            tests/*.py
 | 
			
		||||
            > pylint-report.json
 | 
			
		||||
  artifacts:
 | 
			
		||||
    reports:
 | 
			
		||||
      codequality: pylint-report.json
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue