Skip to content

Commit 9809e25

Browse files
committed
refactor
1 parent 888ac23 commit 9809e25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/no-doubled-conjunctive-particle-ga.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ export default function (context, options = {}) {
6161
// this is padding column start with 0 (== -1)
6262
column: originalPosition.column
6363
};
64-
report(node, new RuleError(`文中に逆接の接続助詞 "が" が二回以上使われています。`, padding)); return current;
64+
report(node, new RuleError(`文中に逆接の接続助詞 "が" が二回以上使われています。`, padding));
65+
return current;
6566
}
6667
sentences.forEach(checkSentence);
6768
});

0 commit comments

Comments
 (0)