uccser/cs-field-guide

View on GitHub
csfieldguide/make-interactive-thumbnails.js

Summary

Maintainability
A
1 hr
Test Coverage

Function generateThumbnails has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function generateThumbnails(data) {
    // Create directory if it doesn't exist
    if (!fs.existsSync(SCREENSHOT_BASE_PATH)) {
        fs.mkdirSync(SCREENSHOT_BASE_PATH);
    }
Severity: Minor
Found in csfieldguide/make-interactive-thumbnails.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status