Skip to content

File statistic

Report name: file_stats

Available in all: Yes

Comparable report: Yes (Comparing results)

Report that displays overall statistics about the number of processed files.

Example:

Processed 7 files from which 5 files contained issues.

Enable with:

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

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"
]