mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-16 14:25:58 -06:00
* docs: high availability and docs on HA helm chart * fix: linting * ignore manifests for typos
20 lines
302 B
TOML
20 lines
302 B
TOML
[files]
|
|
extend-exclude = [
|
|
".git/",
|
|
"go.mod",
|
|
"go.sum",
|
|
"frontend/docs/pages/blog/*.json",
|
|
"frontend/docs/*-lock.yaml",
|
|
]
|
|
ignore-hidden = false
|
|
|
|
[default]
|
|
extend-ignore-re = [
|
|
"\\bwha-webhook-",
|
|
"[0-9A-Za-z/+]{80}",
|
|
]
|
|
|
|
[default.extend-words]
|
|
datas = "datas"
|
|
strat = "strat"
|