NaturalIntelligence/Stubmatic

View on GitHub
lib/loaders/DataTablesLoader.js

Summary

Maintainability
A
1 hr
Test Coverage

Function reload has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    reload(){
        this.tables = [];
        if(this.source){
            try{
                var files = fs.readdirSync(this.source);
Severity: Minor
Found in lib/loaders/DataTablesLoader.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status