Files
mrcharles c8f2cbde4a
ci / lint (push) Successful in 45s
fix(ci): bookworm pip via apt, valid truthy nesting, runtime-file ignores [#784]
Red/green: run 1 failed 27s (no pip in node image); run 2 blocker was
invalid truthy nesting in .yamllint. Local repro now green.
https://projects.knownelement.com/issues/784
2026-09-04 12:22:23 -05:00

23 lines
528 B
Plaintext

# HA-config-aware yamllint [#784]: keep the checks that catch real bugs
# (duplicates, structure), relax the stylistic ones HA templates trip.
extends: default
ignore: |
docs/
secrets.yaml
*.db
rules:
line-length: disable
comments: disable
comments-indentation: disable
document-start: disable
truthy:
check-keys: false
indentation:
spaces: consistent
indent-sequences: consistent
key-duplicates: enable
new-line-at-end-of-file: disable
trailing-spaces: disable
empty-lines:
max-end: 2