typos.toml 752 B

123456789101112131415161718192021222324252627
  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/*",
  21. "src/resources/*",
  22. "scripts/resources/*",
  23. "src/test/fixtures/*",
  24. "deps/db-sync/test/logseq/db_sync/fixtures/*.edn",
  25. "clj-e2e/resources/*",
  26. "deps/common/src/logseq/common/plural.cljs"]