Skip to content

Commit

Permalink
Don't scan DefinitionString in rule E3601 (#3519)
Browse files Browse the repository at this point in the history
  • Loading branch information
kddejong authored Jul 18, 2024
1 parent d90ac93 commit fd35b40
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ def __init__(self):
super().__init__(
keywords=[
"Resources/AWS::StepFunctions::StateMachine/Properties/Definition",
"Resources/AWS::StepFunctions::StateMachine/Properties/DefinitionString",
# https://github.com/aws-cloudformation/cfn-lint/issues/3518
# Resources/AWS::StepFunctions::StateMachine/Properties/DefinitionString
],
schema_details=SchemaDetails(
cfnlint.data.schemas.other.step_functions, "statemachine.json"
Expand Down

0 comments on commit fd35b40

Please sign in to comment.