Skip to content

Commit

Permalink
Release 3.2.0 (#867)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhirsz authored Jun 15, 2023
1 parent 5c0289a commit 028cee9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions docs/releasenotes/3.2.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
Robocop 3.2.0
=============

<Release description>
This release brings several new variable related rules! We have also fixed several issues that appeared after
Robot Framework 6.1 release.

You can install the latest available version by running

Expand All @@ -22,14 +23,6 @@ or to install exactly this version
:depth: 2
:local:

Most important changes
======================

Change title (#0)
-----------------------------------------------

Description

Rule changes
============

Expand Down Expand Up @@ -82,9 +75,7 @@ New rule for inconsistent variable naming (#496)

Added new rule W0323 ``inconsistent-variable-name`` which reports variables with inconsistent naming.
Since Robot Framework ignore underscores and spaces in variable names, and also normalizes them to
lowercase, this code should report new tule violations::

Added new rule W0323 ``inconsistent-variable-name`` which reports variables with inconsistent naming::
lowercase, this code should report new rule violations::

*** Keywords ***
Inconsistent variables
Expand Down Expand Up @@ -173,6 +164,3 @@ out reports by their status::
> robocop --reports all --list-reports DISABLED
Available reports:
sarif - Generate SARIF output file (disabled - non-default)

Acknowledgements
================
2 changes: 1 addition & 1 deletion robocop/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.1.1"
__version__ = "3.2.0"

0 comments on commit 028cee9

Please sign in to comment.