Remove deprecation warnings from synchronous polling expectations #439
Annotations
11 warnings
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
lint:
Sources/Nimble/DSL+Wait.swift#L73
Switch and Case Statement Alignment Violation: Case statements should vertically aligned with their closing brace (switch_case_alignment)
|
|
lint:
Sources/Nimble/DSL+Wait.swift#L39
Comma Spacing Violation: There should be no space before and one after any comma (comma)
|
|
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+Require.swift#L280
Line Length Violation: Line should be 160 characters or less; currently it has 169 characters (line_length)
|
|
lint:
Sources/Nimble/DSL+Require.swift#L260
Line Length Violation: Line should be 160 characters or less; currently it has 169 characters (line_length)
|
|
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)
|