Skip to content

Commit

Permalink
Merge pull request #278 from lae/feature/lint-config-update
Browse files Browse the repository at this point in the history
Update YAMLLint rules to be inline with Ansible conventions (addendum)
  • Loading branch information
lae authored Nov 14, 2024
2 parents 0ccd839 + 6fc0c7f commit a5a1742
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
---
skip_list:
- no-handler
6 changes: 6 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ rules:
brackets:
max-spaces-inside: 1
level: error
comments:
min-spaces-from-content: 1
comments-indentation: false
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true
truthy:
allowed-values:
- 'true'
Expand Down

0 comments on commit a5a1742

Please sign in to comment.