lib/log_archiver/extract_keyword.rb
Showing 1 of 1 total issue
Method run
has a Cognitive Complexity of 13 (exceeds 5 allowed). Consider refactoring. Open
Open
def run(privmsg) display_title = privmsg.message.sub(@command_prefix, '').strip title = Keyword.normalize(display_title) # 処理の結果
- Read upRead up