Use regular retry loop when aborted attempts are exhausted #122
Annotations
10 warnings
GitHub Action for SwiftLint:
Sources/_SmokeHTTPClientConcurrency/Export.swift#L18
Todo Violation: TODOs should be resolved (https://github.com/amzn/smoke-...) (todo)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift#L246
Line Length Violation: Line should be 150 characters or less; currently it has 182 characters (line_length)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsEventLoopFutureRetriableWithOutput.swift#L200
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
|
GitHub Action for SwiftLint:
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)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L33
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient+executeRetriableWithoutOutput.swift#L249
Line Length Violation: Line should be 150 characters or less; currently it has 156 characters (line_length)
|
GitHub Action for SwiftLint:
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)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L453
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L638
File Length Violation: File should contain 400 lines or less: currently contains 638 (file_length)
|
GitHub Action for SwiftLint:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L345
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 62 lines (function_body_length)
|
The logs for this run have expired and are no longer available.
Loading