philomena/.typos.toml

11 lines
251 B
TOML
Raw Permalink Normal View History

2024-06-18 19:46:16 +02: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]+"
]