Fix linux cfrunloop build #427
Annotations
10 warnings
|
lint:
Tests/NimbleTests/DSLTest.swift#L64
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
lint:
Tests/NimbleTests/DSLTest.swift#L61
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
lint:
Tests/NimbleTests/DSLTest.swift#L49
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
lint:
Tests/NimbleTests/DSLTest.swift#L46
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
lint:
Tests/NimbleTests/DSLTest.swift#L43
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
|
lint:
Tests/NimbleTests/PollingTest+Require.swift#L13
Superfluous Disable Command Violation: SwiftLint rule 'type_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
|
lint:
Tests/NimbleTests/PollingTest+Require.swift#L250
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
|
lint:
Tests/NimbleTests/PollingTest+Require.swift#L51
Implicit Optional Initialization Violation: Optional should be implicitly initialized without nil (implicit_optional_initialization)
|
|
lint:
Tests/NimbleTests/AsyncAwaitTest+Require.swift#L9
Superfluous Disable Command Violation: SwiftLint rule 'type_body_length' did not trigger a violation in the disabled region; remove the disable command (superfluous_disable_command)
|
|
lint:
Tests/NimbleTests/AsyncAwaitTest+Require.swift#L289
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|