valor-software/angular2-bootstrap

View on GitHub
src/datepicker/engine/format-days-calendar.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function formatDaysCalendar has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function formatDaysCalendar(daysCalendar: DaysCalendarModel,
                                   formatOptions: DatepickerFormatOptions,
                                   monthIndex: number): DaysCalendarViewModel {
  return {
    month: daysCalendar.month,
Severity: Minor
Found in src/datepicker/engine/format-days-calendar.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status