IBM-Swift/Kitura

View on GitHub
Tests/KituraTests/TestCRUDTypeRouter.swift

Summary

Maintainability
A
0 mins
Test Coverage

TODO found
Open

//            let expectedEmployees = employeeStore.map({ $0.value }) // TODO: Write these out explicitly?

TODO comments should be formatted either as <todo: description> or <todo description></todo></todo:>
Open

//            let expectedEmployees = employeeStore.map({ $0.value }) // TODO: Write these out explicitly?

todo-syntax

TODO comments should be defined separately using non-nested single line comments. They should adhere to the <TODO: description> or <TODO(developer-name): description> syntax. Empty TODO comments will be flagged.

Preferred

// TODO: <insert mandatory todo comment>
// TODO(dev-name): <insert mandatory todo comment></insert></insert>

Not Preferred

// TODO:

/// TODO: Documentation comments should not have TODOs

//// TODO: Nested comments should not have TODOs

// //TODO: Nested comments should not have TODOs

// TODO: Nested comments should not have TODOs // some comment

//// TODO: Nested comments should not have TODOs

There are no issues that match your filters.

Category
Status