Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

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

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

Triggered via pull request October 3, 2025 20:57
Status Success
Total duration 37s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Sources/Nimble/Utils/PollAwait.swift#L82
Function Body Length Violation: Function body should span 50 lines or less excluding comments and whitespace: currently spans 62 lines (function_body_length)
lint: Sources/Nimble/Utils/AsyncAwait.swift#L130
Vertical Whitespace Violation: Limit vertical whitespace to a single empty line; currently 2 (vertical_whitespace)
lint: Sources/Nimble/Utils/AsyncAwait.swift#L49
Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
lint: Sources/Nimble/Utils/NimbleTimeInterval.swift#L59
Cyclomatic Complexity Violation: Function should have complexity 10 or less; currently complexity is 16 (cyclomatic_complexity)
lint: Sources/Nimble/Expectation.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/Requirement.swift#L40
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/Requirement.swift#L55
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L38
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L19
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L18
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)