Skip to content

Commit 4c1ccd4

Browse files
authored
Remove experimental flag from rule W3037 (#3560)
1 parent c2c4828 commit 4c1ccd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cfnlint/rules/resources/iam/Permissions.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ class Permissions(CfnLintKeyword):
2121
description = "Check for valid IAM Permissions"
2222
source_url = "https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_action.html"
2323
tags = ["properties", "iam", "permissions"]
24-
experimental = True
2524

2625
def __init__(self):
2726
"""Init"""

0 commit comments

Comments
 (0)