Skip to content

Commit

Permalink
feat: Airtableの最新ルールを反映 (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: ibulog <[email protected]>
  • Loading branch information
github-actions[bot] and ibulog authored Aug 28, 2023
1 parent 4a4e8bb commit b61506a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions dict/prh-idiomatic-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,7 @@ rules:
to: ポリシー
- expected: マスターデータ
pattern:
- /(?<!部署|役職|]|スキル|資格|研修|カスタム|システム標準|SmartHR ?|ドメイン)マスタ(?!ー)(データ)?/
- /(?<!部署|役職|雇用形態|]|スキル|資格|研修|カスタム|システム標準|SmartHR ?|ドメイン)マスタ(?!ー)(データ)?/
prh: >-
マスターデータの総称は「マスターデータ」、総称以外は「◯◯マスター」と表記するhttps://smarthr.design/products/contents/idiomatic-usage/usage/
specs:
Expand All @@ -854,6 +854,10 @@ rules:
to: マスターデータ
- from: 部署マスター
to: 部署マスター
- from: 役職マスター
to: 役職マスター
- from: 雇用形態マスター
to: 雇用形態マスター
- from: SmartHRマスター
to: SmartHRマスター
- expected: マネージャー
Expand Down Expand Up @@ -1348,14 +1352,18 @@ rules:
to: 並び順
- expected: マスターデータ
pattern:
- /(?<!部署|役職|]|スキル|資格|研修|カスタム|システム標準|SmartHR ?|ドメイン)マスター(?!データ)/
- /(?<!部署|役職|雇用形態|]|スキル|資格|研修|カスタム|システム標準|SmartHR ?|ドメイン)マスター(?!データ)/
prh: >-
マスターデータの総称は「マスターデータ」、総称以外は「◯◯マスター」と表記するhttps://smarthr.design/products/contents/idiomatic-usage/usage/
specs:
- from: マスター
to: マスターデータ
- from: 部署マスター
to: 部署マスター
- from: 役職マスター
to: 役職マスター
- from: 雇用形態マスター
to: 雇用形態マスター
- from: SmartHRマスター
to: SmartHRマスター
- expected: 詳し
Expand Down

0 comments on commit b61506a

Please sign in to comment.