Skip to content

Update README URLs based on HTTP redirects #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# textlint-rule-max-ten [![Build Status](https://travis-ci.org/azu/textlint-rule-max-ten.svg?branch=master)](https://travis-ci.org/azu/textlint-rule-max-ten)

[textlint](https://github.com/azu/textlint "textlint") rule is that limit maximum ten(、) count of sentence.
[textlint](https://github.com/textlint/textlint "textlint") rule is that limit maximum ten(、) count of sentence.

## Installation

Expand All @@ -22,25 +22,12 @@ Configure `"max"` value of the `.textlintrc` file.
{
"rules": {
"max-ten": {
// 1文で利用できる"、"の最大数
"max" : 3
}
}
}
```

## Example

> これは、長文の例ですが、読点の数が3つ以上あるので、エラーが報告されます。

=> error 一つの文で"、"を3つ以上使用しています

> ビスケットの主な材料は(1)小麦粉、(2)牛乳、(3)ショートニング、(4)バター、(5)砂糖である。

- No error: 名詞同士で囲まれている `、` はカウントされない
- 設定で `{ strict: true }` とした場合はこの例外は適応されずエラーとします


## Tests

npm test
Expand Down