🔄 synced file(s) with Nef10/common-swift-package #551
ci.yml
on: pull_request
Determine supported OS
3s
SwiftLint
36s
Matrix: Tests
Annotations
12 errors and 3 warnings
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/SwiftDependencyUpdater.swift#L14
Code blocks should contain at least one statement or comment (no_empty_block)
|
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/ResolvedPackage.swift#L81
Prefer failable `String(data:encoding:)` initializer when converting `Data` to `String` (optional_data_string_conversion)
|
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/Update.swift#L28
Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
|
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/Update.swift#L31
Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
|
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/Update.swift#L34
Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
|
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/Update.swift#L37
Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
|
SwiftLint:
Sources/SwiftDependencyUpdaterLibrary/Update.swift#L39
Else branches should be avoided when the previous if-block exits the current scope (superfluous_else)
|
SwiftLint:
Tests/SwiftDependencyUpdaterLibraryTests/UpdateTests.swift#L6
Test cases should be final (final_test_case)
|
SwiftLint:
Tests/SwiftDependencyUpdaterLibraryTests/ResolvedPackageTests.swift#L5
Test cases should be final (final_test_case)
|
SwiftLint:
Tests/SwiftDependencyUpdaterLibraryTests/ResolvedPackageTests.swift#L99
Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Tests (ubuntu-latest)
Process completed with exit code 1.
|
Tests (macOS-latest)
The job was canceled because "ubuntu-latest" failed.
|
Determine supported OS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
SwiftLint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Tests (ubuntu-latest)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|