lojaskd/gulp-tasks

View on GitHub

Showing 2 of 6 total issues

Function exports has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = (gulp, options, othersTasks = []) => {
  const opts = merge({}, scriptsDefaults, options)
  const taskname = opts.taskname
  const webpack = opts.webpack
  const batchReplace = opts.batchReplace
Severity: Minor
Found in lib/scripts.js - About 1 hr to fix

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

    module.exports = (gulp, options, othersTasks = []) => {
      const opts = merge({}, stylesheetsDefaults, options)
      const taskname = opts.taskname
      const minify = opts.minify
      const plumb = opts.plumb
    Severity: Minor
    Found in lib/stylesheets.js - About 1 hr to fix
      Severity
      Category
      Status
      Source
      Language