diff --git a/.lefthook.yml b/.lefthook.yml index 087817c..2b88206 100644 --- a/.lefthook.yml +++ b/.lefthook.yml @@ -1,4 +1,5 @@ -assert_lefthook_installed: true +--- +# assert_lefthook_installed: true no_tty: true lint: diff --git a/.yamllint.yaml b/.yamllint.yaml index 5470e32..393427d 100644 --- a/.yamllint.yaml +++ b/.yamllint.yaml @@ -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