niktekusho/mas-piano-validator

View on GitHub

Showing 1 of 1 total issue

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
    Severity
    Category
    Status
    Source
    Language