Skip to content

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

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 #316

Triggered via pull request November 30, 2023 15:52
@younatayounata
synchronize #1103
require_dsl
Status Success
Total duration 42s
Artifacts

swiftlint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: Tests/NimbleTests/Matchers/ThrowErrorTest.swift#L131
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L13
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L64
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L39
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L42
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L45
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L57
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L60
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Tests/NimbleTests/DSLTest.swift#L63
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
lint: Sources/Nimble/Requirement.swift#L22
Large Tuple Violation: Tuples should have at most 2 members (large_tuple)