philomena/.typos.toml

14 lines
321 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",
2025-03-17 23:24:31 +00:00
"FO",
]