VandyHacks/vaken

View on GitHub
scripts/downloadResumes.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getResumes has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Confirmed

const getResumes = async (models: Models): Promise<void[]> => {
    const cwd = process.cwd();
    const arr = await models.Hackers.find({
        status: { $in: ['ACCEPTED', 'SUBMITTED', 'CONFIRMED'] },
    })
Severity: Minor
Found in scripts/downloadResumes.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status