cyclejs/cycle-core

View on GitHub
.scripts/update-changelogs.js

Summary

Maintainability
A
1 hr
Test Coverage

Function runUpdateChangelogs has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function runUpdateChangelogs() {
  packagesWithChangelog
    .filter(function (package) {
      if (typeof argPackage === 'string' && argPackage.length > 0) {
        return argPackage === package;
Severity: Minor
Found in .scripts/update-changelogs.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status