Skip to content

add ecsEnvironment #2405

add ecsEnvironment

add ecsEnvironment #2405

Triggered via push September 30, 2024 17:15
Status Failure
Total duration 8m 37s
Billable time 33m
Artifacts

ci.yml

on: push
Matrix: devices
Matrix: linux
Matrix: macos
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 2 warnings
lint: Source/AwsCommonRuntimeKit/auth/credentials/CredentialsProvider.swift#L534
Line Length Violation: Line should be 160 characters or less; currently it has 170 characters (line_length)
lint: Source/AwsCommonRuntimeKit/auth/credentials/CredentialsProvider.swift#L525
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
lint: Source/AwsCommonRuntimeKit/auth/credentials/CredentialsProvider.swift#L526
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
check-submodules
The following actions use a deprecated Node.js version and will be forced to run on node20: awslabs/aws-crt-builder/.github/actions/check-submodules@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint: Source/AwsCommonRuntimeKit/crt/Utilities.swift#L133
Optional Data -> String Conversion Violation: Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)