As we have upgraded to rstcheck >= 6.0.0, we must now use
the new command-line options.
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
[base-rst]
commands =
- rstcheck --report info --debug -- {[rstlint]dirs}
+ rstcheck --report-level info --log-level DEBUG {[rstlint]dirs}
[testenv:lint]
deps =
[testenv:rst]
deps = {[base-lint]deps}
commands =
- rstcheck --report info --debug -- {posargs:{[rstlint]dirs}}
+ rstcheck --report-level info --log-level DEBUG {posargs:{[rstlint]dirs}}
[autopep8]
addopts =