textlint
📝 This article is a translation of the original Japanese post. View original
textlint Flags Words Like 「なぜなぜ分析」 and 「あるあるだが」
Recently I introduced automated checks with textlint in CI/CD to proofread this blog. It’s good for noticing my own writing habits, but by default it also flags words like 「あるあるの事象」 (a classic case) and 「なぜなぜ分析をする」 (do a five-whys analysis).
The rule that flags these is ja-no-successive-word, which is included in ja-technical-writing. Adding the setting below to .textlintrc.json lets you allow expressions like 「よくよく考えると」.
The Current Configuration Used on This Blog
I ran into a number of snags, so for reference here is the configuration applied in this blog’s case.
| |