Robotframework-robocop

Latest version: v5.8.1

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

Scan your dependencies

Page 1 of 11

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).

5.7.0

2 new rules (``undefined-argument-default`` and ``undefined-argument-value``) and fix for custom rules importing mechanism.

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

Thanks to Lakitna for adding new rules and providing fixes.

5.6.0

New 3 rules for global variables usage & allow to overwrite rules help url with new argument.

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

Thanks to Lakitna for adding new rules and enhancing Robocop in the process.

5.5.0

New W10003 ``no-embedded-keyword-arguments`` rule that prohibits use of embedded keyword arguments.
It is community rule disabled by default. For more information see
https://robocop.readthedocs.io/en/stable/community_rules.html .

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

5.4.0

This release fixes two bugs for W0326 ``mixed-task-test-settings`` and I0920 ``unused-variable`` rules. W1015 ``misaligned-continuation-row`` was also extended with ``ignore_run_keywords`` option (default True).

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

Page 1 of 11

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.