-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy path_typos.toml
More file actions
38 lines (36 loc) · 999 Bytes
/
_typos.toml
File metadata and controls
38 lines (36 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
[default.extend-words]
# Project-specific terms
automaxprocs = "automaxprocs"
cloudflare = "cloudflare"
deduplicated = "deduplicated"
endraw = "endraw"
gitlab = "gitlab"
golang = "golang"
hoc = "hoc"
humanize = "humanize"
promql = "promql"
prymitive = "prymitive"
pushgateway = "pushgateway"
rulefmt = "rulefmt"
samber = "samber"
symlinked = "symlinked"
templated = "templated"
tokenize = "tokenize"
unmarshal = "unmarshal"
[default.extend-identifiers]
# Variable name abbreviation for PromQLNode
pn = "pn"
# Variable name abbreviation for BitBucketCommentAnchor
ba = "ba"
[files]
extend-exclude = [
"go.sum",
# Test rules file contains intentional typos from real-world Prometheus rules
"internal/parser/testrules.yml",
# Test files with intentional typos in metric names or example data
"cmd/pint/tests/*.txt",
"internal/checks/*_test.snap",
"internal/checks/*_test.go",
# Documentation examples showing typos that pint catches
"docs/checks/yaml/parse.md",
]