Skip to content

Implement the async variant of toEventually using structured concurrency #292

Implement the async variant of toEventually using structured concurrency

Implement the async variant of toEventually using structured concurrency #292

Triggered via pull request August 21, 2023 00:43
Status Failure
Total duration 1m 6s
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: 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)
lint: Sources/Nimble/Matchers/BeLessThan.swift#L32
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeLessThan.swift#L36
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/AsyncPredicate.swift#L2
Type Name Violation: Type name 'T' should be between 3 and 40 characters long (type_name)
lint: Sources/Nimble/Matchers/BeLessThanOrEqual.swift#L11
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeLessThanOrEqual.swift#L15
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeLessThanOrEqual.swift#L32
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeLessThanOrEqual.swift#L36
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)
lint: Sources/Nimble/Matchers/BeGreaterThanOrEqualTo.swift#L12
Operator Function Whitespace Violation: Operators should be surrounded by a single whitespace when defining them (operator_whitespace)