valor-software/angular2-bootstrap

View on GitHub
src/sortable/sortable.component.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function onItemDragover has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  onItemDragover(event: DragEvent, i: number): void {
    if (!this.transfer.getItem()) {
      return;
    }
    event.preventDefault();
Severity: Minor
Found in src/sortable/sortable.component.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status