CrazySquirrel/CSTiles

View on GitHub
src/ts/Classes/CGridParams.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    constructor() {
        this.gridID = "";
        this.gridSize = 8;
        this.tileMargin = 8;
        this.tilePadding = 8;
Severity: Minor
Found in src/ts/Classes/CGridParams.ts - About 1 hr to fix

There are no issues that match your filters.

Category
Status