Skip to content

BeLogical: fix retroactive conformance errors. #23

BeLogical: fix retroactive conformance errors.

BeLogical: fix retroactive conformance errors. #23

Triggered via pull request June 25, 2024 10:09
Status Success
Total duration 37s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Tests/NimbleTests/AsyncAwaitTest+Require.swift#L283
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
lint: Tests/NimbleTests/AsyncAwaitTest+Require.swift#L9
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)
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L163
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L164
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L165
Non-Optional String <-> Data Conversion Violation: Prefer using UTF-8 encoded strings when converting between `String` and `Data` (non_optional_string_data_conversion)
lint: Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L13
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L64
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/Matchers/ThrowErrorTest.swift#L131
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DifferenceTests.swift#L54
Nesting Violation: Types should be nested at most 1 level deep (nesting)
lint: Tests/NimbleTests/DifferenceTests.swift#L15
Private over Fileprivate Violation: Prefer `private` over `fileprivate` declarations (private_over_fileprivate)