Skip to content
Open
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
6 changes: 6 additions & 0 deletions media/techbooster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,12 @@ rules:
- expected: 。
pattern: .
prh: カンマとコンマではなく句点読点を使います。
- expected: ―
pattern: —
prh: EM DASH(U+2014)はIPAフォントで印刷すると文字化けしてしまいます
- expected: ―
pattern: ‒
prh: FIGURE DASH(U+2012)はIPAフォントで印刷すると文字化けしてしまいます
# footnoteの末尾は読点を使わない
# タイトル見出しの末尾は読点を使わない
# 表、コード見出しの末尾は読点を使わない
Expand Down