valor-software/ng2-bootstrap

View on GitHub
src/chronos/format.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function formatDate(date: Date, format: string, locale?: string, isUTC?: boolean, offset = 0): string {
Severity: Minor
Found in src/chronos/format.ts - About 35 mins to fix

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

    export function formatMoment(date: Date, _format: string, locale: Locale, isUTC?: boolean, offset = 0): string {
    Severity: Minor
    Found in src/chronos/format.ts - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status