cre-ne-jp/log-archiver

View on GitHub
lib/log_archiver/extract_keyword.rb

Summary

Maintainability
A
1 hr
Test Coverage

Showing 1 of 1 total issue

Method run has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring.
Open

def run(privmsg)
display_title = privmsg.message.sub(@command_prefix, '').strip
title = Keyword.normalize(display_title)
 
# 処理の結果
Severity: Minor
Found in lib/log_archiver/extract_keyword.rb - About 1 hr to fix

There are no issues that match your filters.

Category
Status