forked from argoproj/argo-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_typos.toml
More file actions
19 lines (17 loc) · 867 Bytes
/
Copy path_typos.toml
File metadata and controls
19 lines (17 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Config for `typos` (https://github.com/crate-ci/typos), which flags only known
# misspellings, so no project-jargon dictionary is needed. Prose docs also get a
# dictionary-based pass from cspell (.cspell.json). Version is pinned in the
# Makefile and comes from nixpkgs in dev/nix.
[files]
extend-exclude = [
"sdks/", # generated/vendored SDK docs
"CHANGELOG.md", # generated from commit messages
"CHANGELOG-3-x-x.md", # generated from commit messages
"CHANGELOG-2-x-x.md", # generated from commit messages
"docs/fields.md", # generated from Go API type comments
"docs/executor_swagger.md", # generated from swagger
"USERS.md", # list of company names, not prose
]
[default.extend-words]
# k8s API wording, e.g. "the requirements are ANDed" -- not a typo.
ANDed = "ANDed"