Releases: MarketSquare/robotframework-robocop
Robocop 4.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.
Robocop 5.8.0
Update Robocop rules with GROUP support from Robot Framework 7.2.
Release notes at release notes.
Robocop 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.
Thanks to @Lakitna for adding new rules and providing fixes.
Robocop 5.6.0
New 3 rules for global variables usage & allow to overwrite rules help url with new argument.
Release notes at release notes.
Thanks to @Lakitna for adding new rules and enhancing Robocop in the process.
Robocop 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.
Robocop 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.
Robocop 5.3.0
This release brings 4 new rules:
- I10101
unused-keyword
community rule - W1018
first-argument-in-new-line
rule - W0927
test-case-section-out-of-orde
- W0928
keyword-section-out-of-order
Rule I0912 empty-variable
was also adjusted to allow to configure whether variables in *** Variables ***
section or VAR variables should be detected.
Thanks to @szymonslodkowski for contributing 3 new rules.
Release notes at release notes.
Robocop 5.2.0
This release brings three new rules for order of the imports.
Big thanks for @szymonslodkowski contribution with the new rules.
Release notes at release notes.
Robocop 5.1.0
Release notes at release notes.
Robocop 5.0.4
Release notes at release notes.