gitevents/core

View on GitHub
lib/milestone.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getMilestones has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

let getMilestones = (repo, eventId, github) => {
  return new Promise(function (resolve, reject) {
    log.debug('getMilestone()');
    github.issues.getAllMilestones({
      user: config.github.org,
Severity: Minor
Found in lib/milestone.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status