diff options
| author | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 09:41:43 +0900 |
|---|---|---|
| committer | Yasutake Yohei <yohei@yasutakeyohei.com> | 2026-07-01 09:41:43 +0900 |
| commit | bd1adcc1c32241f06f5256cbbe5f0c4153e3caec (patch) | |
| tree | 6a408072931094bf857e13a663d0a281a890e9cc | |
| parent | 3a8b9eced4b1bc2f4f8f7dace22ac62b447126d3 (diff) | |
prh.yml: 「以下の→次の」ルールで数字を除外するよう修正
| -rw-r--r-- | prh.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -127,7 +127,7 @@ rules: pattern: /(の)様に/ prh: 漢字で書かず、ひらがなで書くと読みやすくなります - expected: 次$3 - pattern: /(m|㎡|㎥|kg|g|割|代|それ|半分|歳)?(以下|下記)(の|に)/ + pattern: /(m|㎡|㎥|kg|g|割|代|それ|半分|歳|\d)?(以下|下記)(の|に)/ regexpMustEmpty: $1 specs: - from: 以下の |
