ci: fix prospector call
This commit is contained in:
parent
f27b43507c
commit
d2bf2c8896
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ lint:
|
|||
pyright pyright e2e lifecycle
|
||||
bandit -r passbook e2e lifecycle
|
||||
pylint passbook e2e lifecycle
|
||||
prospector passbook e2e lifecycle
|
||||
prospector
|
||||
|
||||
gen: coverage
|
||||
./manage.py generate_swagger -o swagger.yaml -f yaml
|
||||
|
|
|
@ -61,7 +61,7 @@ stages:
|
|||
pipenv install --dev prospector --skip-lock
|
||||
- task: CmdLine@2
|
||||
inputs:
|
||||
script: pipenv run prospector passbook e2e lifecycle
|
||||
script: pipenv run prospector
|
||||
- job: bandit
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
|
|
Reference in New Issue