Introduce the require dsl. For when you need the assertion to pass before continuing #316
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)
|