Skip to content

Robocop version

Report name: version

Available in all: Yes

Comparable report: Yes (Comparing results)

Report that prints the current Robocop version.

Example:

Report generated by Robocop version: 6.9.0

Enable with:

robocop check --reports version
[tool.robocop.lint]
reports = [
    "version"
]

You can also enable it by using all which enables all reports that supports all option:

robocop check --reports all
[tool.robocop.lint]
reports = [
    "all"
]