Releases: MarketSquare/robotframework-robocop
Robocop 5.0.3
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
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
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
Additional support for RF 7.0, community rules and several new rules.
Read more in full release notes.
Robocop 4.2.2
Fixes for Robot Framework 7.0 critical issues and Python 3.12 support.
Read more in full release notes.
Robocop 4.2.1
Fixes to variable rules.
Read more in full release notes.
Robocop 4.2.0
It's truly a bug season! Thankfully we managed to catch and properly discipline most of the bugs - the old crickets
and freshly hatched flies. Together with 12 fixed bugs we also made Robocop disabler more consistent with Robocop
and added --ignore-git-dir
option for handling configuration in multi repos.
Read more in full release notes.
Robocop 4.1.1
Fixes to links generated by Robocop after recent documentation refactor.
Read more in full release notes.
Robocop 4.1.0
This release fixes issues with if-can-be-used
, variable-overwritten-before-usage
and argument-overwritten-before-usage
rules. Also, rule severity threshold now properly respects threshold filter.
Read more in full release notes.
Robocop 4.0.1
This release fixes the issue with handling different assignment signs in possible-variable-overwriting
rule.
Read more in full release notes.