Skip to content

Code cleanup: Remove conditional compilation for unsupported Swift versions #84

Code cleanup: Remove conditional compilation for unsupported Swift versions

Code cleanup: Remove conditional compilation for unsupported Swift versions #84

Triggered via pull request September 7, 2023 14:40
Status Success
Total duration 6m 50s
Artifacts

swift.yml

on: pull_request
SwiftLint version 3.2.1
39s
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/_SmokeOperationsConcurrency/Export.swift#L18
Todo Violation: TODOs should be resolved (https://github.com/amzn/smoke-...) (todo)
SwiftLint version 3.2.1: Sources/SmokeOperations/OperationHandler+nonblockingWithContextInputWithOutput.swift#L54
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
SwiftLint version 3.2.1: Sources/SmokeOperations/OperationHandler+nonblockingWithContextInputWithOutput.swift#L54
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
SwiftLint version 3.2.1: Sources/SmokeOperations/OperationHandlerExtensions.swift#L163
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
SwiftLint version 3.2.1: Sources/SmokeOperations/SmokeReportingConfiguration.swift#L46
Inclusive Language Violation: Declaration whitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
SwiftLint version 3.2.1: Sources/SmokeOperations/SmokeReportingConfiguration.swift#L47
Inclusive Language Violation: Declaration blacklist contains the term "blacklist" which is not considered inclusive (inclusive_language)
SwiftLint version 3.2.1: Sources/SmokeOperations/SmokeReportingConfiguration.swift#L197
Inclusive Language Violation: Declaration whitelist contains the term "whitelist" which is not considered inclusive (inclusive_language)
SwiftLint version 3.2.1: Sources/SmokeOperations/SmokeReportingConfiguration.swift#L199
Inclusive Language Violation: Declaration blacklist contains the term "blacklist" which is not considered inclusive (inclusive_language)
SwiftLint version 3.2.1: Sources/SmokeOperations/SmokeReportingConfiguration.swift#L42
Todo Violation: TODOs should be resolved (Remove non-inclusive language) (todo)
SwiftLint version 3.2.1: Sources/SmokeOperations/OperationHandler+blockingWithContextInputWithOutput.swift#L53
Closure Parameter Position Violation: Closure parameters should be on the same line as opening brace (closure_parameter_position)
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.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.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/