Fix command line of bandit-baseline
This is due to my mistake in https://review.openstack.org/#/c/596613/. Change-Id: I185c75f6102979636eacccd0fe546e25ccc00c19
This commit is contained in:
parent
2eea0f15b3
commit
9feead65cb
2
tox.ini
2
tox.ini
@ -172,6 +172,7 @@ commands = bandit -r horizon openstack_auth openstack_dashboard -n5 -x tests -ll
|
||||
[testenv:bandit-baseline]
|
||||
envdir = {toxworkdir}/bandit
|
||||
basepython = python3
|
||||
commands = bandit-baseline -r horizon openstack_auth openstack_dashboard -n5 -x tests -ii -ll
|
||||
|
||||
[flake8]
|
||||
filename = *.py,django.wsgi
|
||||
@ -198,7 +199,6 @@ application-import-names = horizon,openstack_dashboard
|
||||
|
||||
[hacking]
|
||||
local-check-factory = horizon.hacking.checks.factory
|
||||
commands = bandit-baseline -r horizon openstack_auth openstack_dashboard -n5 -x tests -ii -ll
|
||||
|
||||
[doc8]
|
||||
# File extensions to check
|
||||
|
Loading…
Reference in New Issue
Block a user