-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy path.yamllint.yaml
More file actions
30 lines (28 loc) · 968 Bytes
/
.yamllint.yaml
File metadata and controls
30 lines (28 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
extends: default
ignore: |
.venv/
build/
external/
tools/
.claude/
pd/openlane/runs/
pd/signoff/reports/
rules:
document-start: disable
line-length: disable
truthy:
allowed-values: ["true", "false", "on", "off"]
comments:
min-spaces-from-content: 1
# Indentation stays enforced for hand-authored YAML. The chip tree also
# carries PyYAML-generated evidence reports whose default `safe_dump` block
# style does not match yamllint's expected sequence indentation; relax the
# rule only for those generator-owned subtrees and dated audit files. Schema
# and content validators still enforce semantics.
indentation:
ignore: |
board/kicad/e1-phone/production/
board/kicad/e1-phone/e1-phone-objective-completion-audit-*.yaml
board/kicad/e1-phone/e1-phone-readiness-unblock-register-*.yaml
board/kicad/e1-phone/kicad-route-readiness-inventory-*.yaml
docs/evidence/pd/e1-soc-pd-input-contract.yaml