Skip to content

Use regular retry loop when aborted attempts are exhausted #121

Use regular retry loop when aborted attempts are exhausted

Use regular retry loop when aborted attempts are exhausted #121

Triggered via pull request February 2, 2024 21:05
Status Success
Total duration 4m 29s
Artifacts

swift.yml

on: pull_request
SwiftLint version 3.2.1
36s
SwiftLint version 3.2.1
Matrix: LatestVersionBuild
Matrix: OlderVersionBuild
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
SwiftLint version 3.2.1: Sources/_SmokeHTTPClientConcurrency/Export.swift#L18
Todo Violation: TODOs should be resolved (https://github.com/amzn/smoke-...) (todo)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift#L246
Line Length Violation: Line should be 150 characters or less; currently it has 182 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift#L200
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/RetriableOutwardsRequestLatencyAggregator.swift#L11
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L33
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L249
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L115
Opening Brace Spacing Violation: Opening braces should be preceded by a single space and on the same line as the declaration (opening_brace)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncWithOutput.swift#L183
Closing Brace Spacing Violation: Closing brace with closing parenthesis should not have any whitespaces in the middle (closing_brace)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncWithOutput.swift#L112
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncWithOutput.swift#L124
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
Swift 5.7.3 on ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.7.3 on ubuntu-20.04
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/
Swift 5.8.1 on ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.8.1 on ubuntu-20.04
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/
Swift 5.9 on ubuntu-20.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.9 on ubuntu-20.04
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/
Swift 5.9 on ubuntu-22.04
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: swift-actions/[email protected], actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Swift 5.9 on ubuntu-22.04
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/