Skip to content

Commit

Permalink
add yaml rules to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
cxMiguelSilva committed Feb 8, 2024
1 parent 79b38cd commit a0a5ce8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/scripts/samples-linters/yamllint_ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,9 @@ rules:
indentation:
indent-sequences: consistent
comments-indentation: disable
new-line-at-end-of-file:
level: warning
trailing-spaces:
level: warning
ignore: |
**/kms_key_with_full_permissions/test/positive.yaml

0 comments on commit a0a5ce8

Please sign in to comment.