/ .typos.toml
.typos.toml
 1  [default.extend-words]
 2  substituters = "substituters"
 3  # trips on some base64 string in the test
 4  wel = "wel"
 5  # common mistake that typos doesn't detect automatically
 6  reasponse= "response"
 7  # useful for "in/out" in the code
 8  inout="inout"
 9  
10  [files]
11  extend-exclude = [
12    "db/**",
13    "hfuzz_target/**",
14    "hfuzz_workspace/**",
15    "releases/**",
16  ]