IBM-Swift/Kitura

View on GitHub
Tests/KituraTests/TestSwaggerGeneration.swift

Summary

Maintainability
A
0 mins
Test Coverage

Parentheses content should not end with whitespace
Open

func getQueryUglifruitHandler5(query: QueryThreeParams, completion: (Uglifruit?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func postAppleHandler(posted: Apple, completion: (Apple?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func putSingleAppleHandlerStringId(id: String, posted: Apple, completion: (Apple?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func deleteHandler(completion: (RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getArrayAppleHandler(completion: ([Apple]?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getQueryUglifruitHandler1(query: QueryStringParam, completion: (Uglifruit?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getQueryUglifruitHandler4(query: QueryIntFieldArrayParam, completion: (Uglifruit?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getQueryUglifruitHandler6(query: QueryThreeParams?, completion: (Uglifruit?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getQueryUglifruitHandler3(query: QueryIntFieldOptionalParam, completion: (Uglifruit?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func putSingleAppleHandlerIntId(id: Int, posted: Apple, completion: (Apple?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func patchSingleAppleHandler(id: Int, posted: Apple, completion: (Apple?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getQueryUglifruitHandler2(query: QueryIntFieldParam, completion: (Uglifruit?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getPearHandler(completion: (Pear?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getDeckHandler(completion: (Deck?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func getAppleHandler(completion: (Apple?, RequestError?) -> Void ) -> Void {

Parentheses content should not end with whitespace
Open

func postSingleAppleHandler(posted: Apple, completion: (Int?, Apple?, RequestError?) -> Void ) -> Void {

There are no issues that match your filters.

Category
Status