ianpaschal/aurora

View on GitHub
src/core/System.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 32 lines of code (exceeds 30 allowed). Consider refactoring.
Open

    constructor( config: SystemConfig ) {

        // Define defaults
        this._accumulator    = 0;
        this._componentTypes = [];
Severity: Minor
Found in src/core/System.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status