Skip to content

Commit

Permalink
capture groups
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 4, 2024
1 parent cabf449 commit 04b1dd9
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 @@ -2,5 +2,5 @@ extends: substitution
message: "Always capitalize '%s'"
level: error
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 04b1dd9

Please sign in to comment.