Skip to content

Commit

Permalink
Update version_added for complexity rule (#3623)
Browse files Browse the repository at this point in the history
Co-authored-by: Sorin Sbarnea <ssbarnea@redhat.com>
  • Loading branch information
audgirka and ssbarnea authored Aug 21, 2023
1 parent 9021516 commit 774fa8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansiblelint/rules/complexity.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class ComplexityRule(AnsibleLintRule):
description = "There should be limited tasks executed inside any file"
severity = "MEDIUM"
tags = ["experimental", "idiom"]
version_added = "v6.17.2 (last update)"
version_added = "v6.18.0 (last update)"
_re_templated_inside = re.compile(r".*\{\{.*\}\}.*\w.*$")

def matchplay(self, file: Lintable, data: dict[str, Any]) -> list[MatchError]:
Expand Down

0 comments on commit 774fa8f

Please sign in to comment.