Skip to content

Introduce the require dsl. For when you need the assertion to pass before continuing #315

Introduce the require dsl. For when you need the assertion to pass before continuing

Introduce the require dsl. For when you need the assertion to pass before continuing #315

Triggered via pull request November 30, 2023 07:37
Status Success
Total duration 41s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Sources/Nimble/Requirement.swift#L22
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L23
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L41
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L58
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)
lint: Sources/Nimble/Requirement.swift#L43
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/DSL+Wait.swift#L48
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/Expectation.swift#L21
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/Utils/PollAwait.swift#L416
File Length Violation: File should contain 400 lines or less: currently contains 416 (file_length)
lint: Sources/Nimble/Utils/PollAwait.swift#L158
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/DSL+AsyncAwait.swift#L123
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)