Skip to content

TLSContext is not optional #2406

TLSContext is not optional

TLSContext is not optional #2406

Triggered via push September 30, 2024 17:18
Status Failure
Total duration 7m 29s
Billable time 35m
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#L533
Line Length Violation: Line should be 160 characters or less; currently it has 170 characters (line_length)
lint: Source/AwsCommonRuntimeKit/auth/credentials/CredentialsProvider.swift#L524
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#L525
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)