CartoDB/Windshaft

View on GitHub
lib/renderers/pg-mvt/renderer.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getLayerColumns has 40 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getLayerColumns (psql, layer) {
    return new Promise((resolve, reject) => {
        if (layer._mvtColumns) {
            return resolve();
        }
Severity: Minor
Found in lib/renderers/pg-mvt/renderer.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status