nicolasmccurdy/ghlint

View on GitHub
cli.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

            if (index !== 0) {
              console.log();
            }
Severity: Major
Found in cli.js - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

              if (index !== program.args.length - 1) {
                console.log();
              }
    Severity: Major
    Found in cli.js - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status