Skip to content

Releases: MarketSquare/robotframework-robocop

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.

Robocop 5.0.3

19 Jan 09:48
f62508c
Compare
Choose a tag to compare

Fixed W0204 missing-doc-resource-file not raised if the file contained *** Settings *** section (#1046).

Read more in full release notes.

Robocop 5.0.2

16 Jan 11:06
c50b9ec
Compare
Choose a tag to compare

Fix for 0920 unused-variable not recognizing variables from *** Variables *** section used in *** Settings *** and keyword arguments default values (#1049).

Read more in full release notes.

Robocop 5.0.1

15 Jan 18:02
c31a136
Compare
Choose a tag to compare

This release fixes W0301 non-local-variables-should-be-uppercase incorrectly raised on VAR variables (#1045).

Read more in full release notes.

Robocop 5.0.0

09 Jan 14:18
f0cad89
Compare
Choose a tag to compare

Additional support for RF 7.0, community rules and several new rules.

Read more in full release notes.