mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
chore(yamllint): exclude cloud-init files from comment and document-start rules
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
assert_lefthook_installed: true
|
---
|
||||||
|
# assert_lefthook_installed: true
|
||||||
no_tty: true
|
no_tty: true
|
||||||
|
|
||||||
lint:
|
lint:
|
||||||
|
|||||||
@@ -5,6 +5,16 @@
|
|||||||
extends: default
|
extends: default
|
||||||
|
|
||||||
rules:
|
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:
|
line-length:
|
||||||
level: warning
|
level: warning
|
||||||
max: 120
|
max: 120
|
||||||
|
|||||||
Reference in New Issue
Block a user