drg-adaptive/aurora-migrate

View on GitHub
src/base-command.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function getStandardFlags has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  static getStandardFlags(): { [key: string]: flags.IOptionFlag<any> } {
    return {
      stack: flags.string({
        char: "s",
        required: true,
Severity: Minor
Found in src/base-command.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status