Skip to content

Commit

Permalink
ci: ignore typos in string literals
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-Flash committed Apr 26, 2024
1 parent e89bed6 commit 8190791
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ extend-exclude = ["**/*_gen.mbt"]
[default.extend-identifiers]
IDentifier = "IDentifier"

[default]
extend-ignore-re = [
# ignore string literals
"\"(.*?)\"",
".*#|.*",
]

0 comments on commit 8190791

Please sign in to comment.