alexlemaire/git-assist

View on GitHub
src/functions/auto-pull/helpers/schedule-prompter.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processAction has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function processAction (processes, res) {
  const { action } = await getAction(processes)
  switch (action) {
    case 'nothing': {
      res.scheduled = false
Severity: Minor
Found in src/functions/auto-pull/helpers/schedule-prompter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status