carvalholeo/generator-dh

View on GitHub

Showing 6 of 9 total issues

Function createApplication has 231 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function createApplication (name, dir) {
  console.log()

  // Package
  const pkg = {
Severity: Major
Found in bin/express-cli.js - About 1 day to fix

    File express-cli.js has 371 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    #!/usr/bin/env node
    const { program } = require('commander')
    const sortedObject = require('sorted-object')
    const { join, resolve, sep } = require('path')
    const {
    Severity: Minor
    Found in bin/express-cli.js - About 4 hrs to fix

      Function createApplication has a Cognitive Complexity of 25 (exceeds 5 allowed). Consider refactoring.
      Open

      function createApplication (name, dir) {
        console.log()
      
        // Package
        const pkg = {
      Severity: Minor
      Found in bin/express-cli.js - About 3 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function silentInstallation has 59 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      function silentInstallation (directory) {
        const options = {
          cwd: directory,
          windowsHide: true,
          stdio: ['ignore', 'ignore', 'ignore']
      Severity: Major
      Found in src/silentInstallation.js - About 2 hrs to fix

        Function main has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring.
        Open

        function main () {
          // Path
          const destinationPath = program.args.shift() || '.'
        
          // App name
        Severity: Minor
        Found in bin/express-cli.js - About 1 hr to fix

        Cognitive Complexity

        Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

        A method's cognitive complexity is based on a few simple rules:

        • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
        • Code is considered more complex for each "break in the linear flow of the code"
        • Code is considered more complex when "flow breaking structures are nested"

        Further reading

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

        function main () {
          // Path
          const destinationPath = program.args.shift() || '.'
        
          // App name
        Severity: Minor
        Found in bin/express-cli.js - About 1 hr to fix
          Severity
          Category
          Status
          Source
          Language