Nimble 14: Make all parts of the dsl must take in sending #384
Annotations
10 warnings
Run norio-nomura/[email protected]:
Tests/NimbleTests/PollingTest+Require.swift#L250
Trailing Newline Violation: Files should have a single trailing newline (trailing_newline)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/PollingTest+Require.swift#L15
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)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/Matchers/ThrowErrorTest.swift#L131
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/Matchers/EqualTest.swift#L163
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/Matchers/EqualTest.swift#L164
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/Matchers/EqualTest.swift#L165
Non-optional String -> Data Conversion Violation: Prefer non-optional `Data(_:)` initializer when converting `String` to `Data` (non_optional_string_data_conversion)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L13
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/Matchers/ThrowAssertionTest.swift#L64
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/SynchronousTest.swift#L142
Implicit Getter Violation: Computed read-only properties should avoid using the get keyword (implicit_getter)
|
Run norio-nomura/[email protected]:
Tests/NimbleTests/DSLTest.swift#L43
Redundant Void Return Violation: Returning Void in a function declaration is redundant (redundant_void_return)
|
Loading