kongou-ae/redpen-validator

View on GitHub
use-hiragana-and-kanji-properly.js

Summary

Maintainability
D
2 days
Test Coverage

Function validateSentence has 375 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function validateSentence(sentence) {
    // 参考
    // https://www.jtf.jp/jp/style_guide/pdf/jtf_style_guide.pdf
    // 2.2.1. ひらがなと漢字の使い分け
    // 漢字は「全角」で表記します。漢字の使用は、平成 22 年 11 月 30 日内閣告示第 2 号の「常用漢字表」に原則として準じます。
Severity: Major
Found in use-hiragana-and-kanji-properly.js - About 1 day to fix

    File use-hiragana-and-kanji-properly.js has 377 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    function validateSentence(sentence) {
        // 参考
        // https://www.jtf.jp/jp/style_guide/pdf/jtf_style_guide.pdf
        // 2.2.1. ひらがなと漢字の使い分け
        // 漢字は「全角」で表記します。漢字の使用は、平成 22 年 11 月 30 日内閣告示第 2 号の「常用漢字表」に原則として準じます。
    Severity: Minor
    Found in use-hiragana-and-kanji-properly.js - About 5 hrs to fix

      Function validateSentence has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
      Open

      function validateSentence(sentence) {
          // 参考
          // https://www.jtf.jp/jp/style_guide/pdf/jtf_style_guide.pdf
          // 2.2.1. ひらがなと漢字の使い分け
          // 漢字は「全角」で表記します。漢字の使用は、平成 22 年 11 月 30 日内閣告示第 2 号の「常用漢字表」に原則として準じます。
      Severity: Minor
      Found in use-hiragana-and-kanji-properly.js - About 2 hrs to fix

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      There are no issues that match your filters.

      Category
      Status