Skip to content

Commit

Permalink
fix(yamllint): Update config to be compatible with 'ansible-lint'
Browse files Browse the repository at this point in the history
  • Loading branch information
fhemberger committed Aug 5, 2024
1 parent 8c38db0 commit dcb06ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dot_config/yamllint/config
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ rules:
max-spaces-inside: 1
level: error
commas: disable
comments: disable
comments:
min-spaces-from-content: 1
comments-indentation: disable
document-start: disable
indentation:
spaces: consistent
line-length: disable
truthy: disable
octal-values:
forbid-implicit-octal: true
forbid-explicit-octal: true

0 comments on commit dcb06ef

Please sign in to comment.