Skip to content

Commit

Permalink
Changed unused-keyword introduction version to 5.3.0 (#1102)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakitna authored Jul 25, 2024
1 parent 06fbfae commit 1b823a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion robocop/checkers/community_rules/usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
name="unused-keyword",
msg="Keyword '{{ keyword_name }}' is not used",
severity=RuleSeverity.INFO,
added_in_version="5.1.0",
added_in_version="5.3.0",
enabled=False,
docs="""
Reports not used keywords.
Expand Down

0 comments on commit 1b823a1

Please sign in to comment.