github.com/sacloud/iaas-api-go@v1.12.0/.textlintrc (about)

     1  {
     2    "rules": {
     3      "common-misspellings": true,
     4      "preset-jtf-style": {
     5        "3.1.1.全角文字と半角文字の間": false,
     6        "4.2.7.コロン(:)":false,
     7        "4.3.1.丸かっこ()": false
     8      },
     9      "preset-ja-technical-writing": {
    10        "ja-no-mixed-period": false,
    11        "no-exclamation-question-mark": false,
    12        "sentence-length": {
    13          max:150
    14        },
    15        "max-kanji-continuous-len": {
    16          "max": 7
    17        },
    18        "max-comma": {
    19          max: 4
    20        }
    21      }
    22    }
    23  }