dsifford/academic-bloggers-toolkit

View on GitHub
src/js/utils/processor.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function bibliography has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    get bibliography(): Processor.Bibliography {
        let data: RawBib | false;
        try {
            data = this.engine.makeBibliography();
            if (!data) {
Severity: Minor
Found in src/js/utils/processor.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status