patternweb/patternx

View on GitHub
src/graph/layout.js

Summary

Maintainability
A
1 hr
Test Coverage

Function layout has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function layout(graphData) {
  const g = new dagre.graphlib.Graph();
  g.setGraph({
    rankdir: "LR",
    // align: "TB",
Severity: Minor
Found in src/graph/layout.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status