xref: /aosp_15_r20/external/xz-embedded/.codespellrc (revision d2c16535d139cb185e89120452531bba6b36d3c6)
1[codespell]
2
3# Add extra dictionaries to help improvement comments, docs, etc.
4builtin = clear,rare,informal,usage,names
5
6# Always default to highest interactive level to avoid accidentally
7# changing a false positive or picking the wrong replacement.
8interactive = 3
9