Skip to content

Commit

Permalink
ci: fix typo check on RGB address
Browse files Browse the repository at this point in the history
  • Loading branch information
yanganto committed Apr 22, 2024
1 parent fcb7a87 commit 3ea080e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Atack = "Atack"
[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-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]{6}",
"rgb:[0-9A-Za-z\-]{49, 50}",
"[0-9A-Za-z]{49}"
]

0 comments on commit 3ea080e

Please sign in to comment.