vesln/stylec

View on GitHub
lib/stylec/util.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function nodeChildren has 78 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.nodeChildren = function(node) {
  switch (node.type) {
    case 'AssignmentExpression':
      return [node.right, node.left];

Severity: Major
Found in lib/stylec/util.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status