IBM-Swift/Kitura

View on GitHub
Tests/KituraTests/PrintLogger.swift

Summary

Maintainability
A
35 mins
Test Coverage

Function log has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    public func log(_ type: LoggerMessageType, msg: String,
                    functionName: String, lineNum: Int, fileName: String ) {
Severity: Minor
Found in Tests/KituraTests/PrintLogger.swift - About 35 mins to fix

    Parentheses content should not end with whitespace
    Open

                        functionName: String, lineNum: Int, fileName: String ) {
    Severity: Minor
    Found in Tests/KituraTests/PrintLogger.swift by tailor

    There are no issues that match your filters.

    Category
    Status