alexlemaire/git-assist

View on GitHub
tools/add-function/add-function.js

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

(async function main () {
  const inquirer = require('inquirer')
  const clog = require('../../src/utils/loggers/logger.js')({ filename: 'add-function-tool.log' })
  clog.heading('START ADD-FUNCTION tool')
  clog.info('This function will create a new utility function for you.')
Severity: Minor
Found in tools/add-function/add-function.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status