Skip to content

Commit

Permalink
yamllint: Add configuration to match ansible-lint requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
rjeffman committed Jun 22, 2024
1 parent 5c75538 commit 53e988d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,10 @@ rules:
line-length:
max: 160
# Disabled rules
indentation: disable
comments: disable
indentation: false
comments-indentation: false
comments:
min-spaces-from-content: 1
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true

0 comments on commit 53e988d

Please sign in to comment.