meteor/meteor

View on GitHub
tools/packaging/package-map.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function displayOnConsole has 61 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  displayOnConsole: function (options) {
    var self = this;
    options = Object.assign({
      title: "Changes to your project's package version selections:"
    }, options);
Severity: Major
Found in tools/packaging/package-map.js - About 2 hrs to fix

    Function _storeAddOrChange has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

      _storeAddOrChange: function (packageName, newInfo, oldVersion,
                                   anticipatedPrereleases,
                                   neededToUseUnanticipatedPrereleases) {
    Severity: Minor
    Found in tools/packaging/package-map.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status