mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +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
|
||||
|
||||
lint:
|
||||
|
||||
@@ -5,6 +5,16 @@
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user