Skip to content

Commit b89c691

Browse files
authored
chore: clean up cfn-lint ignored files (#3861)
1 parent a45a711 commit b89c691

File tree

1 file changed

+0
-42
lines changed

1 file changed

+0
-42
lines changed

.cfnlintrc.yaml

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
templates:
22
- tests/translator/output/**/*.json
33
ignore_templates:
4-
- tests/translator/output/**/function_with_function_url_config.json
5-
- tests/translator/output/**/function_with_function_url_config_and_autopublishalias.json
6-
- tests/translator/output/**/function_with_function_url_config_without_cors_config.json
74
- tests/translator/output/**/error_*.json # Fail by design
85
- tests/translator/output/**/api_http_paths_with_if_condition.json
96
- tests/translator/output/**/api_http_paths_with_if_condition_no_value_else_case.json
@@ -17,25 +14,15 @@ ignore_templates:
1714
- tests/translator/output/**/api_rest_paths_with_if_condition_swagger_no_value_then_case.json
1815
- tests/translator/output/**/api_with_any_method_in_swagger.json
1916
- tests/translator/output/**/api_with_auth_and_conditions_all_max.json
20-
- tests/translator/output/**/api_with_basic_custom_domain.json
21-
- tests/translator/output/**/api_with_basic_custom_domain_http.json
2217
- tests/translator/output/**/api_with_basic_custom_domain_intrinsics.json
2318
- tests/translator/output/**/api_with_basic_custom_domain_intrinsics_http.json
24-
- tests/translator/output/**/api_with_binary_media_types.json
25-
- tests/translator/output/**/api_with_binary_media_types_definition_body.json
2619
- tests/translator/output/**/api_with_canary_setting.json
2720
- tests/translator/output/**/api_with_cors_and_conditions_no_definitionbody.json
2821
- tests/translator/output/**/api_with_custom_base_path.json
29-
- tests/translator/output/**/api_with_custom_domain_route53.json
30-
- tests/translator/output/**/api_with_custom_domain_route53_hosted_zone_name.json
31-
- tests/translator/output/**/api_with_custom_domain_route53_hosted_zone_name_http.json
32-
- tests/translator/output/**/api_with_custom_domain_route53_http.json
3322
- tests/translator/output/**/api_with_custom_domain_route53_multiple_intrinsic_hostedzoneid.json
34-
- tests/translator/output/**/api_with_identity_intrinsic.json
3523
- tests/translator/output/**/api_with_if_conditional_with_resource_policy.json
3624
- tests/translator/output/**/api_with_resource_policy_global.json
3725
- tests/translator/output/**/api_with_security_definition_and_none_components.json
38-
- tests/translator/output/**/api_with_source_vpc_whitelist.json
3926
- tests/translator/output/**/api_with_usageplans.json
4027
- tests/translator/output/**/api_with_usageplans_intrinsics.json
4128
- tests/translator/output/**/api_with_usageplans_shared_attributes_three.json
@@ -60,11 +47,8 @@ ignore_templates:
6047
- tests/translator/output/**/connector_sfn_to_function.json
6148
- tests/translator/output/**/connector_sns_to_function.json
6249
- tests/translator/output/**/connector_table_to_function.json
63-
- tests/translator/output/**/documentdb_with_intrinsics.json # TODO: remove once DocumentDDB is available
6450
- tests/translator/output/**/eventbridgerule_with_dlq.json
6551
- tests/translator/output/**/function_event_conditions.json
66-
- tests/translator/output/**/function_with_alias_and_code_sha256.json
67-
- tests/translator/output/**/function_with_alias_intrinsics.json
6852
- tests/translator/output/**/function_with_condition.json
6953
- tests/translator/output/**/function_with_conditional_managed_policy.json
7054
- tests/translator/output/**/function_with_conditional_managed_policy_and_ref_no_value.json
@@ -73,16 +57,12 @@ ignore_templates:
7357
- tests/translator/output/**/function_with_custom_codedeploy_deployment_preference.json
7458
- tests/translator/output/**/function_with_deployment_no_service_role_with_passthrough.json
7559
- tests/translator/output/**/function_with_deployment_no_service_role_without_passthrough.json
76-
- tests/translator/output/**/function_with_deployment_preference.json
7760
- tests/translator/output/**/function_with_deployment_preference_condition_with_passthrough.json
7861
- tests/translator/output/**/function_with_deployment_preference_condition_without_passthrough.json
79-
- tests/translator/output/**/function_with_deployment_preference_from_parameters.json
8062
- tests/translator/output/**/function_with_deployment_preference_multiple_combinations_conditions_with_passthrough.json
8163
- tests/translator/output/**/function_with_deployment_preference_multiple_combinations_conditions_without_passthrough.json
8264
- tests/translator/output/**/function_with_deployment_preference_passthrough_condition_with_supported_intrinsics.json
8365
- tests/translator/output/**/function_with_dlq.json
84-
- tests/translator/output/**/function_with_documentdb_with_kms.json # TODO: remove once DocumentDDB is available
85-
- tests/translator/output/**/function_with_documentdb.json # TODO: remove once DocumentDDB is available
8666
- tests/translator/output/**/function_with_event_dest.json
8767
- tests/translator/output/**/function_with_event_dest_basic.json
8868
- tests/translator/output/**/function_with_event_dest_conditional.json
@@ -92,14 +72,12 @@ ignore_templates:
9272
- tests/translator/output/**/function_with_function_url_config_conditions.json
9373
- tests/translator/output/**/function_with_globals_role_path.json
9474
- tests/translator/output/**/function_with_intrinsic_architecture.json
95-
- tests/translator/output/**/function_with_kmskeyarn.json
9675
- tests/translator/output/**/function_with_resource_refs.json
9776
- tests/translator/output/**/function_with_role_and_role_path.json
9877
- tests/translator/output/**/function_with_role_path.json
9978
- tests/translator/output/**/http_api_custom_iam_auth.json
10079
- tests/translator/output/**/http_api_existing_openapi.json
10180
- tests/translator/output/**/http_api_existing_openapi_conditions.json
102-
- tests/translator/output/**/http_api_explicit_stage.json
10381
- tests/translator/output/**/http_api_global_iam_auth_enabled.json
10482
- tests/translator/output/**/http_api_local_iam_auth_enabled.json
10583
- tests/translator/output/**/http_api_with_cors.json
@@ -109,47 +87,27 @@ ignore_templates:
10987
- tests/translator/output/**/implicit_http_api_with_many_conditions.json
11088
- tests/translator/output/**/intrinsic_functions.json
11189
- tests/translator/output/**/kinesis_intrinsics.json
112-
- tests/translator/output/**/layers_all_properties.json
11390
- tests/translator/output/**/layers_with_intrinsics.json
11491
- tests/translator/output/**/s3_create_remove.json
11592
- tests/translator/output/**/s3_intrinsics.json
11693
- tests/translator/output/**/schema_validation_1.json
11794
- tests/translator/output/**/self_managed_kafka_with_intrinsics.json
118-
- tests/translator/output/**/sqs_with_scaling_config.json # Invalid Property Resources/SQSFunctionMySqsQueue/Properties/ScalingConfig
11995
- tests/translator/output/**/state_machine_with_condition.json
12096
- tests/translator/output/**/state_machine_with_condition_and_events.json
12197
- tests/translator/output/**/state_machine_with_eb_dlq_target_id.json
12298
- tests/translator/output/**/state_machine_with_event_schedule_state.json
12399
- tests/translator/output/**/state_machine_with_schedule.json
124100
- tests/translator/output/**/state_machine_with_schedule_dlq_retry_policy.json
125-
- tests/translator/output/**/state_machine_with_auto_publish_alias.json
126-
- tests/translator/output/**/state_machine_with_deployment_preference_all_at_once.json
127-
- tests/translator/output/**/state_machine_with_deployment_preference_canary.json
128-
- tests/translator/output/**/state_machine_with_deployment_preference_linear.json
129-
- tests/translator/output/**/state_machine_with_deletion_policy.json
130-
- tests/translator/output/**/state_machine_with_update_replace_policy.json
131101
- tests/translator/output/**/globals_for_function.json # RuntimeManagementConfig
132-
- tests/translator/output/**/function_with_runtime_config.json # RuntimeManagementConfig
133102
- tests/translator/output/**/managed_policies_minimal.json # Intentionally has non-existent managed policy name
134-
- tests/translator/output/**/function_with_mq.json # Property "EventSourceArn" can Fn::GetAtt to a resource of types [AWS::DynamoDB::GlobalTable, AWS::DynamoDB::Table, AWS::Kinesis::Stream, AWS::Kinesis::StreamConsumer, AWS::SQS::Queue]
135-
- tests/translator/output/**/function_with_mq_using_autogen_role.json # Property "EventSourceArn" can Fn::GetAtt to a resource of types [AWS::DynamoDB::GlobalTable, AWS::DynamoDB::Table, AWS::Kinesis::Stream, AWS::Kinesis::StreamConsumer, AWS::SQS::Queue]
136103
- tests/translator/output/**/function_with_recursive_loop.json # Invalid Property Resources/RecursiveLoopParameterFunction/Properties/RecursiveLoop
137-
- tests/translator/output/**/function_with_sourcekmskeyarn.json # Invalid Property Resources/SourceKMSKeyArnParameterFunction/Properties/SourceKMSKeyArn
138104
- tests/translator/output/**/function_with_tracing.json # Obsolete DependsOn on resource
139105
- tests/translator/output/**/api_with_propagate_tags.json # TODO: Intentional error transform tests. Will be updated.
140106
- tests/translator/output/**/function_with_intrinsics_resource_attribute.json # CFN now supports intrinsics in DeletionPolicy
141107
- tests/translator/output/**/function_with_snapstart.json # Snapstart intentionally not attached to a lambda version which causes lint issues
142108
- tests/translator/output/**/managed_policies_everything.json # intentionally contains wrong arns
143-
- tests/translator/output/**/function_with_provisioned_poller_config.json
144109
- tests/translator/output/**/function_with_metrics_config.json
145-
- tests/translator/output/**/function_with_self_managed_kafka_and_schema_registry.json # cfnlint is not updated to recognize the SchemaRegistryConfig property
146-
- tests/translator/output/**/function_with_msk_with_schema_registry_config.json # cfnlint is not updated to recognize the SchemaRegistryConfig property
147110
- tests/translator/output/aws-*/*capacity_provider*.json # Ignore Capacity Provider test format in non-aws partitions
148-
- tests/translator/output/**/function_with_tenancy_config.json # cfnlint is not updated to recognize the TenancyConfig property
149-
- tests/translator/output/**/function_with_tenancy_and_api_event.json # cfnlint is not updated to recognize the TenancyConfig property
150-
- tests/translator/output/**/function_with_tenancy_and_httpapi_event.json # cfnlint is not updated to recognize the TenancyConfig property
151-
- tests/translator/output/**/function_with_tenancy_config_global.json # cfnlint is not updated to recognize the TenancyConfig property
152-
- tests/translator/output/**/*durable_config*.json # TODO: Remove this once Durable Function is launched in CFN
153111

154112
ignore_checks:
155113
- E2531 # Deprecated runtime; not relevant for transform tests

0 commit comments

Comments
 (0)