500tech/angular-kick

View on GitHub
lib/commands/upgrade.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function () {
  Logger.log(message.upgrade.checking);

  http.get('http://registry.npmjs.org/kick/latest', (response) => {
    let body = '';
Severity: Minor
Found in lib/commands/upgrade.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status