Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 31, 2022
2 parents b04c2c1 + a9ebac5 commit aa24d69
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ npm run build
### Tests

`test`フォルダ内のテストコードを実行します。
testの詳細は[textlint-tester](https://github.com/textlint/textlint-tester)を参照してください。
testの詳細は[textlint-tester](https://github.com/textlint/textlint/tree/master/packages/textlint-tester)を参照してください。

```
npm test
Expand Down
2 changes: 1 addition & 1 deletion dict/prh-idiomatic-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ rules:
to: すべて
- expected: そば$1
pattern:
- /(?<![上下左右内外])側([にへが])/
- /(?<![々〇〻\u3400-\u9FFF\uF900-\uFAFF]|[\uD840-\uD87F][\uDC00-\uDFFF])側([にへが])/
prh: >-
平仮名にしたほうが読みやすい漢字は平仮名にする
https://smarthr.design/products/contents/writing-style/
Expand Down
4 changes: 2 additions & 2 deletions dict/prh-tech-word.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ rules:
- expected: マスター$1
pattern: /マスタ([^ー])/
- expected: ユーザー$1
pattern: /ユーザ([^ー])/
pattern: /ユーザ(?!(ー|ビリティ))/
- expected: ユーザビリティ
pattern: /ユーザービリティ?/
- expected: フィルター$1
pattern: /フィルタ([^ー])/
pattern: /フィルタ(?!(ー|リング))/
- expected: ナンバー$1
pattern: /ナンバ([^ー])/
- expected: メンバー$1
Expand Down

0 comments on commit aa24d69

Please sign in to comment.