Skip to content

Commit

Permalink
Add workaround for typos false positive detection
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 4, 2024
1 parent a6aae00 commit fccdc02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _typos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ extend-ignore-words-re = [
#
# So I guess skipping all these detections makes reasonable behaviors for now and for the future.
"\\A[a-zA-Z]{1,3}\\z",
# Workaround for https://github.com/crate-ci/typos/pull/973
# TODO: Remove after https://github.com/NixOS/nixpkgs/pull/301147 is merged into nixos-unstable
"\\Aguid\\z",
]

[files]
Expand Down

0 comments on commit fccdc02

Please sign in to comment.