# https://github.com/crate-ci/typos/blob/master/docs/reference.md
# Configuration for typos checker
[]
= ["*.profraw", "*.profdata", "target/", "Cargo.lock"]
[]
= [
# Ignore UUIDs and hashes
"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}",
"[0-9a-f]{64}",
# Ignore base64-like strings
"[A-Za-z0-9+/]{40,}",
]
[]
# Add identifiers that should be ignored
[]
# Add words that should be ignored
# Example: "teh" = "teh" # intentional typo for testing