typos.toml 525 B

123456789101112131415161718192021
  1. [default.extend-words]
  2. # Technical words
  3. edn = "edn"
  4. datas = "datas"
  5. juxt = "juxt"
  6. Ded = "Ded" # Shows up in ANDed
  7. referer = "referer" # This is a misspelling in the http spec so not much we can do
  8. # False positives
  9. collapsable = "collapsable" # This an ok alternative to collapsible
  10. BA = "BA"
  11. fo = "fo"
  12. aks = "aks"
  13. Mannor = "Mannor"
  14. nd = "nd"
  15. deleteable = "deleteable"
  16. fom = "fom"
  17. tne = "tne"
  18. Damon = "Damon"
  19. [files]
  20. extend-exclude = ["resources/*", "src/resources/*", "scripts/resources/*", "src/test/fixtures/*"]