Skip to content

Reimplement polling expectations to make them more reliable under heavy system loads #422

Reimplement polling expectations to make them more reliable under heavy system loads

Reimplement polling expectations to make them more reliable under heavy system loads #422

Triggered via pull request September 30, 2025 16:09
Status Failure
Total duration 40s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 10 warnings
lint: Sources/Nimble/Utils/PollAwait.swift#L179
Identifier Name Violation: Variable name 'i' should be between 3 and 50 characters long (identifier_name)
lint: Sources/Nimble/Utils/AsyncAwait.swift#L211
Identifier Name Violation: Variable name 'i' should be between 3 and 50 characters long (identifier_name)
lint: Tests/NimbleTests/DSLTest.swift#L98
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L67
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L64
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L61
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L49
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L46
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L43
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
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/AsyncAwaitTest+Require.swift#L289
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
lint: Tests/NimbleTests/PollingTest.swift#L195
Empty Parentheses with Trailing Closure Violation: When using trailing closures, empty parentheses should be avoided after the method call (empty_parentheses_with_trailing_closure)