prince-0203/BouyomiCraft

View on GitHub
src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

                  if($('#isReadEnable').prop('checked')) {
                    sendBouyomi(sendText, null, function(e) {
                      if(e) {
                        console.warn('棒読みちゃんに接続できませんでした。棒読みちゃんが起動しているかお確かめください。');
                      }
Severity: Major
Found in src/index.js - About 45 mins to fix

Avoid deeply nested control flow statements.
Open

                    if(sendText !== newChats) {
                      return false;
                    }
Severity: Major
Found in src/index.js - About 45 mins to fix

There are no issues that match your filters.

Category
Status