exseed/exseed-cli

View on GitHub

Showing 2 of 9 total issues

Function defineTasks has 175 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export default function defineTasks(opts) {
  // file wildcards relative to the project root
  // const options = {
  //   src: {
  //     base: opts.dir.src,
Severity: Major
Found in src/tasks/defineTasks.js - About 7 hrs to fix

    Function logEvents has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function logEvents(gulpInst) {
    
      // Total hack due to poor error management in orchestrator
      gulpInst.on('err', function() {
        // failed = true;
    Severity: Minor
    Found in src/tasks/logEvents.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language