Skip to content

Commit

Permalink
format groups correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 4, 2024
1 parent b8ddd12 commit 93e7ff9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/styles/Tezos/Capitalize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ message: "Always capitalize '%s'"
level: error
ignorecase: false
swap:
'(S|s)mart rollup': "Smart Rollup"
'smart (R|r)ollup': "Smart Rollup"
'(?:S|s)mart rollup': "Smart Rollup"
'smart (?:R|r)ollup': "Smart Rollup"

0 comments on commit 93e7ff9

Please sign in to comment.