Skip to content

Commit

Permalink
feat: add business text rule
Browse files Browse the repository at this point in the history
  • Loading branch information
yasuda-shin committed Oct 3, 2023
1 parent 33d088f commit a206f3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/prh-ameba.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ version: 1

imports:
- prh-service.yml
- prh-business.yml
12 changes: 12 additions & 0 deletions lib/prh-business.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 1

rules:
- expected: AmebaLIFE事業本部
pattern:
- Ameba LIFE事業本部
- Ameba Life事業本部
specs:
- from: Ameba LIFE事業本部
to: AmebaLIFE事業本部
- from: Ameba Life事業本部
to: AmebaLIFE事業本部

0 comments on commit a206f3e

Please sign in to comment.