grigori-gru/jira-to-matrix

View on GitHub
src/bot/commands/command-list/help.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    async run({ bodyText, roomData }: CommandOptions) {
        if (this.chatApi.getCommandRoomName() === roomData.alias) {
            if (!this.chatApi.isMaster()) {
                logger.warn('Skip operation for not master bot');

Severity: Minor
Found in src/bot/commands/command-list/help.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status