Skip to content

Implement the async variant of toEventually using structured concurrency #293

Implement the async variant of toEventually using structured concurrency

Implement the async variant of toEventually using structured concurrency #293

Triggered via pull request August 21, 2023 02:47
Status Failure
Total duration 1m 2s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
lint: Sources/Nimble/Utils/AsyncAwait.swift#L92
Identifier Name Violation: Variable name 't' should be between 3 and 50 characters long (identifier_name)
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L491
File Length Violation: File should contain 400 lines or less: currently contains 491 (file_length)
lint: Tests/NimbleTests/Matchers/EqualTest.swift#L299
Superfluous Disable Command Violation: SwiftLint rule 'vertical_whitespace' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L99
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L111
Trailing Comma Violation: Multi-line collection literals should have trailing commas (trailing_comma)
lint: Tests/NimbleTests/Matchers/PostNotificationTest.swift#L74
Trailing Whitespace Violation: Lines should not have trailing whitespace (trailing_whitespace)
lint: Tests/NimbleTests/Matchers/BeEmptyTest.swift#L54
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 60 lines (function_body_length)
lint: Tests/NimbleTests/Matchers/BeEmptyTest.swift#L136
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
lint: Tests/NimbleTests/AsyncAwaitTest.swift#L9
Type Body Length Violation: Type body should span 250 lines or less excluding comments and whitespace: currently spans 296 lines (type_body_length)
lint: Sources/Nimble/Matchers/BeLessThan.swift#L11
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeLessThan.swift#L15
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)