lojaskd/gulp-tasks

View on GitHub

Showing 6 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

      Identical blocks of code found in 2 locations. Consider refactoring.
      Open

        gulp.task(taskname, othersTasks, done => gulp.src(opts.src)
          .pipe(plumb ? $.plumber(plumberErrorHandler) : $.util.noop())
          .pipe(opts.data ? $.data(file => opts.dataSettings) : $.util.noop())
      Severity: Minor
      Found in lib/templates.js and 1 other location - About 50 mins to fix
      lib/stylesheets.js on lines 15..17

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 51.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Identical blocks of code found in 2 locations. Consider refactoring.
      Open

        gulp.task(taskname, othersTasks, done => gulp.src(opts.src)
          .pipe(plumb ? $.plumber(plumberErrorHandler) : $.util.noop())
          .pipe(opts.sass ? $.sass(opts.sassConfig).on('error', $.sass.logError) : $.util.noop())
      Severity: Minor
      Found in lib/stylesheets.js and 1 other location - About 50 mins to fix
      lib/templates.js on lines 15..17

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 51.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      Similar blocks of code found in 3 locations. Consider refactoring.
      Open

        gulp.task(taskname, othersTasks, done => gulp.src(opts.src)
          .pipe(plumb ? $.plumber(opts.plumberErrorHandler) : $.util.noop())
          .pipe(opts.include ? $.include(config.jsIncludeConfig)
            .on('error', console.log) : $.util.noop())
          .pipe(sourcemaps ? $.sourcemaps.init() : $.util.noop())
      Severity: Minor
      Found in lib/scripts.js and 2 other locations - About 30 mins to fix
      lib/stylesheets.js on lines 15..32
      lib/templates.js on lines 15..28

      Duplicated Code

      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

      Tuning

      This issue has a mass of 45.

      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

      Refactorings

      Further Reading

      TODO found
      Open

      ## TODO tasks
      Severity: Minor
      Found in README.md by fixme
      Severity
      Category
      Status
      Source
      Language