Monorepo for Tangled
tangled.org
1[files]
2# Don't check these files
3extend-exclude = [
4 ".git/",
5 "*.lock",
6 "go.mod",
7 "go.sum",
8]
9
10[default.extend-words]
11# False positives - words that typos incorrectly flags
12# Go variable name commonly used for NiceDiff
13"nd" = "nd"
14# Acronym for "Does Not Exist" used in label operations
15"DNE" = "DNE"
16# CSS class for syntax highlighting (other)
17"ot" = "ot"
18# Brand name HashiCorp
19"Hashi" = "Hashi"
20# External API from goldmark-callout package (unfixable upstream typo)
21"Extention" = "Extention"
22# External API from goldmark package (unfixable upstream typo)
23"Precending" = "Precending"