grigori-gru/jira-to-matrix

View on GitHub
src/config/index.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

const composeConfig = (baseConfig: any): Config => {
    if (!validate(baseConfig)) {
        process.exit(1);
    }

Severity: Minor
Found in src/config/index.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status