cloudflare/pint
Publicmirrored fromhttps://github.com/cloudflare/pintAvailable
_typos.toml
39lines · modecode
| 1 | [default.extend-words] |
| 2 | # Project-specific terms |
| 3 | automaxprocs = "automaxprocs" |
| 4 | cloudflare = "cloudflare" |
| 5 | deduplicated = "deduplicated" |
| 6 | endraw = "endraw" |
| 7 | gitlab = "gitlab" |
| 8 | golang = "golang" |
| 9 | hoc = "hoc" |
| 10 | humanize = "humanize" |
| 11 | promql = "promql" |
| 12 | prymitive = "prymitive" |
| 13 | pushgateway = "pushgateway" |
| 14 | rulefmt = "rulefmt" |
| 15 | samber = "samber" |
| 16 | symlinked = "symlinked" |
| 17 | templated = "templated" |
| 18 | tokenize = "tokenize" |
| 19 | unmarshal = "unmarshal" |
| 20 | |
| 21 | [default.extend-identifiers] |
| 22 | # Variable name abbreviation for PromQLNode |
| 23 | pn = "pn" |
| 24 | # Variable name abbreviation for BitBucketCommentAnchor |
| 25 | ba = "ba" |
| 26 | |
| 27 | [files] |
| 28 | extend-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 | |