Skip to content

Commit

Permalink
Remove experimental flag from rule W3037 (#3560)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Aug 10, 2024
1 parent c2c4828 commit 4c1ccd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cfnlint/rules/resources/iam/Permissions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Permissions(CfnLintKeyword):
description = "Check for valid IAM Permissions"
source_url = "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_action.html"
tags = ["properties", "iam", "permissions"]
experimental = True

def __init__(self):
"""Init"""
Expand Down

0 comments on commit 4c1ccd4

Please sign in to comment.