niktekusho/mas-piano-validator

View on GitHub
test.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    constructor({enableName = true, enableVerseList = true, enablePnmList = true} = {}) {
        /* eslint-disable camelcase */
        if (enableName) {
            this.name = 'Song name';
        }
Severity: Minor
Found in test.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status