simbo/gulpplug

View on GitHub
lib/plug.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setOptions has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Plug.prototype.setOptions = function(options) {
  if (!this.hasOwnProperty('options')) {
    this.options = new Options({
      module: {
        default: module.parent.parent,
Severity: Minor
Found in lib/plug.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status