VandyHacks/vaken

View on GitHub
scripts/recomputeEventScores.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function recomputeHackerEventScores has 54 lines of code (exceeds 25 allowed). Consider refactoring.
Open

const recomputeHackerEventScores = async (
    models: Models,
    writeResultsToDB = false
): Promise<void> => {
    let bestScore = 0;
Severity: Major
Found in scripts/recomputeEventScores.ts - About 2 hrs to fix

There are no issues that match your filters.

Category
Status