This commit is contained in:
		@@ -7,7 +7,6 @@ steps:
 | 
			
		||||
  image: python:3
 | 
			
		||||
  commands:
 | 
			
		||||
  - pip3 install pylint bandit mccabe
 | 
			
		||||
  - pip3 install -r requirements.txt
 | 
			
		||||
  - find . -name "*.py" -exec python3 -m py_compile '{}' \;
 | 
			
		||||
  - find . -name "*.py" -exec pylint '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
 | 
			
		||||
  - find . -name "*.py" -exec python3 -m mccabe --min 3 '{}' + || if [ $? -eq 1 ]; then echo "you fail"; fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user