boxuk/commit-message-checker

View on GitHub
reporter/table-reporter.js

Summary

Maintainability
A
1 hr
Test Coverage

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

function buildTable (validationResult) {
    const rows = [];

    if (validationResult.isValid) {
        // For valid commit messages we have nothing to show
Severity: Minor
Found in reporter/table-reporter.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status