done compatible with Sendable #405
Annotations
11 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/AsyncAwaitTest.swift#L195
Identifier Name Violation: Variable name 'op' should be between 3 and 50 characters long (identifier_name)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/PollingTest+Require.swift#L53
Redundant Optional Initialization Violation: Initializing an optional variable with nil is redundant (redundant_optional_initialization)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/PollingTest+Require.swift#L252
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/PollingTest+Require.swift#L15
Superfluous Disable Command Violation: SwiftLint rule 'type_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/Matchers/ThrowErrorTest.swift#L131
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/Matchers/EqualTest.swift#L163
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/Matchers/EqualTest.swift#L164
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/Matchers/EqualTest.swift#L165
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L13
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/action-swiftlint@3.2.1:
Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L64
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Loading