|
|
|
@ -57,9 +57,6 @@ commands =
|
|
|
|
|
# Run bash8 during pep8 runs to ensure violations are caught by
|
|
|
|
|
# the check and gate queues
|
|
|
|
|
bashate examples/pki/gen_pki.sh
|
|
|
|
|
# Check that .po and .pot files are valid.
|
|
|
|
|
bash -c "find keystone -type f -regex '.*\.pot?' -print0| \
|
|
|
|
|
xargs -0 -n 1 msgfmt --check-format -o /dev/null"
|
|
|
|
|
# Run security linter
|
|
|
|
|
bandit -r keystone -x tests
|
|
|
|
|
|
|
|
|
|