mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
22 lines
484 B
YAML
22 lines
484 B
YAML
---
|
|
# See https://yamllint.readthedocs.io/en/stable/configuration.html for
|
|
# more information.
|
|
|
|
extends: default
|
|
|
|
rules:
|
|
comments:
|
|
ignore:
|
|
- 'cloud-init/*'
|
|
- 'examples/cloud-init/*'
|
|
- 'examples/terraform/multi-part cloud-init/*'
|
|
document-start:
|
|
ignore:
|
|
- 'cloud-init/*'
|
|
- 'examples/cloud-init/*'
|
|
- 'examples/terraform/multi-part cloud-init/*'
|
|
line-length:
|
|
level: warning
|
|
max: 120
|
|
allow-non-breakable-inline-mappings: true
|