Skip to content

Commit

Permalink
Merge pull request #234 from RGB-WG/v0.11-typo
Browse files Browse the repository at this point in the history
chroe: ignore typo check on RGB address
  • Loading branch information
dr-orlovsky authored Apr 9, 2024
2 parents 12a2e2b + 9302a11 commit 8c69e73
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,10 @@ extend-exclude = ["stl/"]
[default.extend-words]
# Don't correct the name "Jon Atack".
Atack = "Atack"
# Don't correct the Seh in "pkXwpsb-aemTWhtSg-VDGF25hEi-jtTAnPjzh-B63ZwSehE-WvfhF9".
Seh = "Seh"

[default]
extend-ignore-re = [
# Don't correct RGB address
"[0-9A-Za-z]{7}-[0-9A-Za-z]{9}-[0-9A-Za-z]{9}-[0-9A-Za-z]{9}-[0-9A-Za-z]{9}-[0-9A-Za-z]{7}",
"[0-9A-Za-z]{50}"
]

0 comments on commit 8c69e73

Please sign in to comment.