okunishinishi/node-mysqlspec

View on GitHub

Showing 1 of 1 total issue

Function _parseType has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    _parseType: function (col) {
        var s = this;
        var type = col.Type;
        if (!type) {
            return undefined;
Severity: Minor
Found in lib/parsing/spec_parser.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language