Robotframework-robocop

Latest version: v6.0.3

Safety actively analyzes 723607 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 12

6.0.3

Enabling reports in configuration does not work (1369)
-------------------------------------------------------

Options common for whole run (such as reports) should be now loaded correctly from the configuration file.


robocop format --check always return 0 (1371)
----------------------------------------------

``--check`` should now return correct exit code:

- 1 if ``--check`` is used and there are modified files
- 0 otherwise
- 2 on invalid configuration, robocop exceptions

6.0.2

File-based reports breaks after 6.0.1 release (1367)
-----------------------------------------------------

Fix for symlink paths affected other areas in Robocop - mostly file-based reports such as Gitlab or SonarQube.
It should no longer fail with ``ValueError: 'test.robot' is not in the subpath of '/tests'`` exception.

6.0.1

Fixed:

- return_status report fails with no attribute exception
- ``--reports`` is not loaded from the configuration file
-``--configure`` overwritting configuration file
- Rule severity is no longer configurable
- Robocop dependencies are stricter than 5.8.1 release

See full release notes at [release notes](https://github.com/MarketSquare/robotframework-robocop/blob/main/docs/releasenotes/6.0.1.rst).

6.0.0

Robocop 6.0 is a major release of both Robocop and Robotidy (!) tools.

Although this is the 6th major version of Robocop, the scope of changes is larger than ever before.
Nearly all core functionality has been rewritten, refactored, or replaced. Please make sure to review all the breaking
changes, as most of the previous commands or configuration files will be compatible with this release.

See full release notes at [release notes](https://github.com/MarketSquare/robotframework-robocop/blob/main/docs/releasenotes/6.0.0.rst).

For quick overview of how to use current robocop, see below examples:


lint files
robocop check

format files
robocop format

migrate old configuration
robocop migrate <config_path>

lint with only one rule
robocop check --select variable-not-left-aligned

lint selected paths
robocop check tests/

format with only one formatter
robocop format --select NormalizeSeparators

5.8.1

Fixes/warns about false positives for E0932 ``undefined-argument-value`` rule (1160 1161)

If the keyword call contains ``=`` character but is not keyword argument, it may trigger ``E0932`` rule:


Push Buttons C${expression}=
Get Text xpath=(//h4)[5] *= min
Get Text xpath=(//h4)[5] == min


After the fix we are ignoring some of the cases (such as names that would be invalid argument name).

Thanks to Lakitna for providing fix.

5.8.0

Update Robocop rules with GROUP support from Robot Framework 7.2.

Release notes at [release notes](https://github.com/MarketSquare/robotframework-robocop/blob/master/docs/releasenotes/5.8.0.rst).

Page 1 of 12

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.