patternfly/angular-patternfly

View on GitHub
src/utils/transclude-directive.js

Summary

Maintainability
A
1 hr
Test Coverage

Function link has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      link: function ($scope, $element, $attrs, controller, $transclude) {
        var iChildScope;
        var iScopeType;

        if (!$transclude) {
Severity: Minor
Found in src/utils/transclude-directive.js - About 1 hr to fix

    Function link has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

          link: function ($scope, $element, $attrs, controller, $transclude) {
    Severity: Minor
    Found in src/utils/transclude-directive.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status