shipshapecode/ember-drop

View on GitHub
addon/components/ember-drop.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  initialize() {
    run.scheduleOnce('afterRender', this, function() {
      let content = document.createElement('div');
      if (this.get('content') && Array.isArray(this.get('content'))) {
        this.get('content').forEach((element) => {
Severity: Minor
Found in addon/components/ember-drop.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status