philomena/.typos.toml

13 lines
313 B
TOML
Raw Normal View History

2024-06-18 13:46:16 -04:00
[default]
extend-ignore-re = [
# Ignore development secret key. Production secret key should
# be in environment files and not checked into source control.
".*secret_key_base.*",
# Key constraints with encoded names
"fk_rails_[a-f0-9]+",
2024-06-18 13:46:16 -04:00
# Often used in tests as a partial match for `foo`
"fo",
]