Skip to content

Commit a45fce3

Browse files
Ignore pre-existing cfn-lint complaints
1 parent 0cec961 commit a45fce3

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

templates/batch/sc-batch-fargate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ Resources:
206206
config:
207207
ignore_checks: # Ignore cfn-lint errors for PyPlate.
208208
- E3002
209+
- E3012
209210
Type: AWS::Batch::JobDefinition
210211
Properties:
211212
Type: container

templates/ec2/sc-ec2-linux-docker-notebook.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Metadata:
55
config:
66
ignore_checks:
77
- E7001
8+
- W6001
89
AWS::CloudFormation::Interface:
910
ParameterGroups:
1011
- Label:
@@ -169,6 +170,7 @@ Resources:
169170
config:
170171
ignore_checks:
171172
- W1011
173+
- W3687
172174
Properties:
173175
GroupDescription: 'Allow network access from TGW Hub'
174176
VpcId: !ImportValue
@@ -275,6 +277,7 @@ Resources:
275277
config:
276278
ignore_checks:
277279
- E1022
280+
- E3009
278281
- W1011
279282
'AWS::CloudFormation::Init':
280283
configSets:

templates/ec2/sc-ec2-linux-docker.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ Resources:
9999
config:
100100
ignore_checks:
101101
- W1011
102+
- W3687
102103
Properties:
103104
GroupDescription: 'Allow network access from TGW Hub'
104105
VpcId: !ImportValue
@@ -144,6 +145,7 @@ Resources:
144145
config:
145146
ignore_checks:
146147
- E1022
148+
- E3009
147149
- W1011
148150
'AWS::CloudFormation::Init':
149151
configSets:

templates/ec2/sc-ec2-windows-jumpcloud.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Resources:
7777
ignore_checks:
7878
- W1011
7979
- E1022
80+
- E3009
8081
'AWS::CloudFormation::Init':
8182
configSets:
8283
SetupCfn:
@@ -215,6 +216,7 @@ Resources:
215216
config:
216217
ignore_checks:
217218
- W1011
219+
- W3687
218220
Properties:
219221
GroupDescription: 'Allow network access from TGW Hub'
220222
VpcId: !ImportValue

templates/s3/sc-s3-synapse-ra.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Resources:
8989
config:
9090
ignore_checks:
9191
- E3001
92+
- E3006
9293
Properties:
9394
Target:
9495
Bucket: !Ref S3Bucket

0 commit comments

Comments
 (0)