Skip to content

Disable client spans due to performance investigation. #111

Disable client spans due to performance investigation.

Disable client spans due to performance investigation. #111

Triggered via pull request September 12, 2023 23:29
Status Success
Total duration 8m 10s
Artifacts

swift.yml

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

Annotations

14 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/ShapeCoding/StandardShapeSingleValueEncodingContainerDelegate.swift#L32
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint version 3.2.1: Sources/ShapeCoding/StandardShapeSingleValueEncodingContainerDelegate.swift#L32
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 61 lines (function_body_length)
SwiftLint version 3.2.1: Sources/ShapeCoding/ShapeDecoder+unbox.swift#L275
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 13 (cyclomatic_complexity)
SwiftLint version 3.2.1: Sources/ShapeCoding/StandardDecodingOptions.swift#L66
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint version 3.2.1: Sources/ShapeCoding/StandardDecodingOptions.swift#L79
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPInvocationClient.swift#L58
Line Length Violation: Line should be 150 characters or less; currently it has 159 characters (line_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient+executeAsyncRetriableWithoutOutput.swift#L100
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 64 lines (function_body_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/HTTPOperationsClient +executeAsyncRetriableWithOutput.swift#L105
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 65 lines (function_body_length)
SwiftLint version 3.2.1: Sources/SmokeHTTPClient/MockInvocationTraceContext.swift#L33
Vertical Parameter Alignment Violation: Function parameters should be aligned vertically if they're in multiple lines in a declaration (vertical_parameter_alignment)
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 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.6.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 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/