zaklinaczekodu/gulp-zkflow-angular

View on GitHub
src/tasks/css.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function getCssTask has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function getCssTask(options, gulp, mode, getOutputDir) {

  function cssTask(next) {

    var outputDir = getOutputDir();
Severity: Minor
Found in src/tasks/css.js - About 1 hr to fix

    Function cssTask has 42 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function cssTask(next) {
    
        var outputDir = getOutputDir();
        var logger = refillLogger('css');
        var nextHandler;
    Severity: Minor
    Found in src/tasks/css.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status