cloudflare/pint

Public

mirrored fromhttps://github.com/cloudflare/pintAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9602189111351a019cc234018d27f62eb4bdc5a8

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

_typos.toml

39lines · modecode

1[default.extend-words]
2# Project-specific terms
3automaxprocs = "automaxprocs"
4cloudflare = "cloudflare"
5deduplicated = "deduplicated"
6endraw = "endraw"
7gitlab = "gitlab"
8golang = "golang"
9hoc = "hoc"
10humanize = "humanize"
11promql = "promql"
12prymitive = "prymitive"
13pushgateway = "pushgateway"
14rulefmt = "rulefmt"
15samber = "samber"
16symlinked = "symlinked"
17templated = "templated"
18tokenize = "tokenize"
19unmarshal = "unmarshal"
20
21[default.extend-identifiers]
22# Variable name abbreviation for PromQLNode
23pn = "pn"
24# Variable name abbreviation for BitBucketCommentAnchor
25ba = "ba"
26
27[files]
28extend-exclude = [
29 "go.mod",
30 "go.sum",
31 # Test rules file contains intentional typos from real-world Prometheus rules
32 "internal/parser/testrules.yml",
33 # Test files with intentional typos in metric names or example data
34 "cmd/pint/tests/*.txt",
35 "internal/checks/*_test.snap",
36 "internal/checks/*_test.go",
37 # Documentation examples showing typos that pint catches
38 "docs/checks/yaml/parse.md",
39]
40