Skip to content

Releases: MarketSquare/robotframework-robocop

Robocop 4.8.1

13 Jan 08:03
69a56a5
Compare
Choose a tag to compare

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

07 Jan 09:48
d6178db
Compare
Choose a tag to compare

Update Robocop rules with GROUP support from Robot Framework 7.2.

Release notes at release notes.

Robocop 5.7.0

28 Dec 17:30
bbb8e39
Compare
Choose a tag to compare

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

06 Dec 17:45
c55cfeb
Compare
Choose a tag to compare

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

19 Oct 09:45
a3f1dc2
Compare
Choose a tag to compare

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

22 Aug 06:13
da977c3
Compare
Choose a tag to compare

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

20 Jun 09:31
51aa60b
Compare
Choose a tag to compare

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

06 Jun 12:19
d34eff5
Compare
Choose a tag to compare

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

15 May 16:53
afb711a
Compare
Choose a tag to compare

Release notes at release notes.

Robocop 5.0.4

09 Apr 12:58
0b4d3d5
Compare
Choose a tag to compare

Release notes at release notes.