Skip to content

Allow multiple async polling expectations #415

Allow multiple async polling expectations

Allow multiple async polling expectations #415

Triggered via pull request March 23, 2025 18:36
Status Success
Total duration 43s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Sources/Nimble/DSL+AsyncAwait.swift#L142
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/Polling+Require.swift#L752
Line Length Violation: Line should be 160 characters or less; currently it has 167 characters (line_length)
lint: Sources/Nimble/Polling+Require.swift#L738
Line Length Violation: Line should be 160 characters or less; currently it has 167 characters (line_length)
lint: Sources/Nimble/Utils/AsyncAwait.swift#L250
Superfluous Disable Command Violation: SwiftLint rule 'function_parameter_count' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
lint: Sources/Nimble/Utils/AsyncAwait.swift#L198
Function Parameter Count Violation: Function should have 5 parameters or less: it currently has 6 (function_parameter_count)
lint: Sources/Nimble/Utils/PollAwait.swift#L162
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 54 lines (function_body_length)
lint: Sources/Nimble/Utils/PollAwait.swift#L419
File Length Violation: File should contain 400 lines or less: currently contains 419 (file_length)
lint: Sources/Nimble/Expectation.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/DSL+Wait.swift#L54
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/DSL+Wait.swift#L45
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 51 lines (function_body_length)