Skip to content

Commit 341b7b5

Browse files
committed
fixing yamllint violations
1 parent 2027309 commit 341b7b5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.tools/test/stacks/nuke/typescript/nuke_config_update.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
# SPDX-License-Identifier: Apache-2.0
3-
43
"""
54
Python class responsible for updating the nuke generic config, based on exceptions to be filtered,
65
and also updates dynamically the region attribute passed in from the StepFunctions invocation.

.tools/test/stacks/nuke/typescript/nuke_generic_config.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
regions:
2-
- TARGET_REGION # will be overridden during execution based on region parameter
2+
- TARGET_REGION # will be overridden during execution based on region parameter
33

44
account-blocklist:
55
- 1234567890
@@ -169,5 +169,3 @@ accounts:
169169
SSMResourceDataSync:
170170
- type: regex
171171
value: "^(AccountGuardian|Isengard).*DO-NOT-DELETE.*$"
172-
173-

0 commit comments

Comments
 (0)