Merge pull request #134 from amzn/special_handling_for_connection_ret… #116
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
swift.yml
on: push
SwiftLint version 3.2.1
36s
Matrix: LatestVersionBuild
Matrix: OlderVersionBuild
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/SmokeHTTPClient/MockCoreInvocationReporting.swift#L37
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 3 (vertical_whitespace)
|
SwiftLint version 3.2.1:
Sources/SmokeHTTPClient/HTTPOperationsClient+executeWithOutput.swift#L91
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
|
SwiftLint version 3.2.1:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L453
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 12 (cyclomatic_complexity)
|
SwiftLint version 3.2.1:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L637
File Length Violation: File should contain 400 lines or less: currently contains 637 (file_length)
|
SwiftLint version 3.2.1:
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)
|
SwiftLint version 3.2.1:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L453
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 75 lines (function_body_length)
|
SwiftLint version 3.2.1:
Sources/SmokeHTTPClient/HTTPOperationsClient.swift#L281
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.swift#L613
Todo Violation: TODOs should be resolved (Move headers out to HTTPClient...) (todo)
|
SwiftLint version 3.2.1:
Sources/SmokeHTTPClient/HTTPClientDelegate.swift#L109
Colon Spacing Violation: Colons should be next to the identifier when specifying a type and next to the key in dictionary literals (colon)
|
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
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
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
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/
|