0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-24 00:17:37 +01:00
mongodb/etc/yamllint_config.yml
Mikhail Shchatko f0fbecfc50 SERVER-96847 Enable forbid-duplicated-anchors and forbid-unused-anchors yamllint rule (#29339)
GitOrigin-RevId: 22c99045a375cff93f602523680d17a27a7664a6
2024-11-19 17:23:27 +00:00

20 lines
436 B
YAML

extends: default
rules:
anchors:
forbid-duplicated-anchors: true
forbid-unused-anchors: true
comments: disable
comments-indentation: disable
document-start: disable
indentation: disable
line-length: disable
truthy: disable
ignore:
- buildscripts/packaging/msi/mongod.yaml
- etc/evaluated_evergreen.yml
- etc/evaluated_evergreen_nightly.yml
- etc/evaluated_system_perf.yml
- etc/trimmed_system_perf.yml