sounisi5011/metalsmith-html-validator

View on GitHub
src/validator.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export async function validateFiles(
    files: Record<string, FileInterface>,
    options: ReadonlyArray<string> = [],
    javaOptions: ReadonlyArray<string> = [],
): Promise<{
Severity: Minor
Found in src/validator.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status