github MarketSquare/robotframework-robocop v6.4.0
Robcop 6.4.0

latest releases: v8.2.7, v8.2.6, v8.2.5...
10 months ago

Configurable issue format in extended print_issues report (#1410)

Robocop 6.0 introduced print_issues format with new output formats (including now default extended).
Old parameter for configuring format of the line was renamed to --issue-format but only affects simple
output format.

As partial solution for it, this release adds issue_format parameter to print_issues report that allows
to change format of the line:

> robocop check -c print_issues.issue_format="{source}

set_variable.robot
    |
 17 | Set Variables For Dev
    | ^^^^^^^^^^^^^^^^^^^^^ DOC01
 18 |     No Operation

Don't miss a new robotframework-robocop release

NewReleases is sending notifications on new releases.