github MarketSquare/robotframework-robocop v6.11.0
Robocop 6.11.0

latest releases: v8.3.2, v8.3.1, v8.3.0...
7 months ago

Features

  • Add --silent option to disable all output when running Robocop (issue #1512)
  • Improve startup performance of the Robocop (using a Robocop repository as a benchmark: from 5s to 0.3s). It was done
    by fixing issues in handling ignored files and by properly caching configuration files (to avoid multiple lookups).
    The difference may be noticeable only for the large, complex projects (issue #1503)

Fixes

  • Fix directories from the .gitignore file not ignored (issue #1503)
  • Fix migrate command migrating formatters with enabled=False from the old transform to select option (issue #1492)
  • Fix migrate command not splitting multiline configurations (issue #1491)
  • Fix multiline inline IF splitting. To avoid issues when formatting such code, all inline IFs are now flattened to a single line (issue #1506):
*** Test Cases ***
Multiline inline IF
    IF    True
    ...    Something

becomes:

*** Test Cases ***
Multiline inline IF
    IF    True    Something
  • Fix enabled formatter parameter not validating as a boolean (issue #1476)

Documentation

Don't miss a new robotframework-robocop release

NewReleases is sending notifications on new releases.