Skip to content

chore: refactor HttpBody and ByteStream to be a single class ByteStream #2427

chore: refactor HttpBody and ByteStream to be a single class ByteStream

chore: refactor HttpBody and ByteStream to be a single class ByteStream #2427

Triggered via pull request December 7, 2023 17:36
Status Success
Total duration 1m 13s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 warnings
swiftlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
swiftlint: Sources/ClientRuntime/Networking/Streaming/ByteStream.swift#L63
Line should be 120 characters or less; currently it has 150 characters (line_length)
swiftlint: Sources/ClientRuntime/Networking/Streaming/ByteStream.swift#L85
Case statements should vertically align with their enclosing switch statement (switch_case_alignment)
swiftlint: Sources/ClientRuntime/Networking/Streaming/ByteStream.swift#L70
Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
ktlint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/