Force releasenotes warnings to be treated as errors
Change-Id: I16a341af592a7c61e7482b100a25edae8bb233c1
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -39,7 +39,7 @@ commands = bash tools/lintstack.sh
|
||||
commands = oslo-config-generator --config-file etc/oslo-config-generator/murano.conf
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
||||
[flake8]
|
||||
# H405 Multi line docstring summary not separated with an empty line
|
||||
|
Reference in New Issue
Block a user