Skip to content

Commit

Permalink
Update VariableNamingRule.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea committed May 3, 2021
1 parent 548e99c commit 374c634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/VariableNamingRule.py
Expand Up @@ -53,7 +53,7 @@ class VariableNamingRule(AnsibleLintRule):
'MEDIUM' # ansible-lint displays severity when with --parseable-severity option
)
tags = ['formatting', 'readability', 'experimental']
version_added = 'v5.0.7'
version_added = 'v5.0.8'

def recursive_items(
self, dictionary: Dict[str, Any]
Expand Down

0 comments on commit 374c634

Please sign in to comment.