zaklinaczekodu/gulp-zkflow-angular

View on GitHub

Showing 6 of 6 total issues

Function init has 114 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function init(options, outputDirsMap, externalGulp) {

  var computedOptions;
  var computedOutputDirsMap;

Severity: Major
Found in src/index.js - About 4 hrs to fix

    Function getInjectTask has 83 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    function getInjectTask(options, gulp, mode, getOutputDir) {
    
      function injectTask(next) {
    
        var outputDir = getOutputDir();
    Severity: Major
    Found in src/tasks/inject.js - About 3 hrs to fix

      Function injectTask has 80 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

        function injectTask(next) {
      
          var outputDir = getOutputDir();
          var logger = refillLogger('inject');
          var injectablesGlobs = prefixGlobs(options.injectablesGlobs);
      Severity: Major
      Found in src/tasks/inject.js - About 3 hrs to fix

        Function getInjectTask has a Cognitive Complexity of 15 (exceeds 5 allowed). Consider refactoring.
        Open

        function getInjectTask(options, gulp, mode, getOutputDir) {
        
          function injectTask(next) {
        
            var outputDir = getOutputDir();
        Severity: Minor
        Found in src/tasks/inject.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 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
            Severity
            Category
            Status
            Source
            Language