Monorepo for Tangled
Something went wrong. Try again.
core _typos.toml
604 B · 23 lines
TOML
123456789101112131415161718192021222324[files]# Don't check these filesextend-exclude = [ ".git/", "*.lock", "go.mod", "go.sum",]
[default.extend-words]# False positives - words that typos incorrectly flags# Go variable name commonly used for NiceDiff"nd" = "nd"# Acronym for "Does Not Exist" used in label operations "DNE" = "DNE"# CSS class for syntax highlighting (other)"ot" = "ot"# Brand name HashiCorp"Hashi" = "Hashi"# External API from goldmark-callout package (unfixable upstream typo)"Extention" = "Extention"# External API from goldmark package (unfixable upstream typo)"Precending" = "Precending"