Add error handling for missing workers with delegate notification #912
Annotations
10 errors
Lint:
Sources/Nodes/Core/NodeError.swift#L25
Files should have a single trailing newline (trailing_newline)
|
Lint:
Sources/Nodes/Core/NodeError.swift#L18
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint:
Sources/Nodes/Core/NodeError.swift#L25
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint:
Sources/Nodes/Core/Protocols/WorkerControllerDelegate.swift#L20
Files should have a single trailing newline (trailing_newline)
|
Lint:
Sources/Nodes/Core/Protocols/WorkerControllerDelegate.swift#L20
Lines should not have trailing whitespace (trailing_whitespace)
|
Lint:
Tests/NodesTests/InternalTests/WorkerControllerTests.swift#L84
Properties should have a type interface (explicit_type_interface)
|
Lint:
Tests/NodesTests/InternalTests/WorkerControllerTests.swift#L95
Properties should have a type interface (explicit_type_interface)
|
Lint:
Tests/NodesTests/InternalTests/WorkerControllerTests.swift#L14
A 'main_type' should not be placed amongst the file type(s) 'supporting_type' (file_types_order)
|
Lint:
Tests/NodesTests/InternalTests/WorkerControllerTests.swift#L104
Line should be 120 characters or less; currently it has 161 characters (line_length)
|
Lint:
Tests/NodesTests/InternalTests/WorkerControllerTests.swift#L100
Prefer Nimble operator overloads over free matcher functions (nimble_operator)
|
Loading