djanta/grunt-djantajs-compiler

View on GitHub

Showing 1 of 1 total issue

Avoid deeply nested control flow statements.
Open

                  if (!grunt.file.isDir(self.data[argv.name][property])) {
                    let msg = util.format('the property: [%s.%s] ' +
                      'with value [%s] must be a directory', argv.name,
                      property, self.data[argv.name][property]);

Severity: Major
Found in tasks/bundlerc.js - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language