Skip to content

Commit 6d8a885

Browse files
committed
docs(rule): add comment
1 parent 4255bde commit 6d8a885

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/textlint-rule-ja-no-mixed-period.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const reporter = (context, options = {}) => {
3333
return;
3434
}
3535
// 文末がスペースである場合
36+
// TODO: fixに対応したい
3637
if (/\s/.test(lastChar)) {
3738
report(lastNode, new RuleError(`文末が"${periodMark}"で終わっていません。末尾に不要なスペースがあります。`, {
3839
index: lastIndex

0 commit comments

Comments
 (0)