mirror of
https://github.com/RWejlgaard/pez-infra.git
synced 2026-05-06 04:14:43 +00:00
- rules-warning.yml: remove trailing blank line - pr-test.yml: quote 'on' key for yaml truthy, add newline at EOF - add .yamllint config to ignore SOPS-encrypted secrets (line-length unfixable without re-encrypting)
11 lines
150 B
Text
11 lines
150 B
Text
---
|
|
extends: default
|
|
|
|
rules:
|
|
line-length:
|
|
max: 160
|
|
truthy:
|
|
allowed-values: ["true", "false"]
|
|
|
|
ignore:
|
|
- group_vars/all/secrets.enc.yaml
|