Skip to content

Commit

Permalink
Add requirements noted by newer ansible-lint for use.
Browse files Browse the repository at this point in the history
  • Loading branch information
etgraylog committed Feb 14, 2025
1 parent 4b0c933 commit 662b519
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ rules:
commas:
max-spaces-after: -1
level: error
comments: disable
comments:
min-spaces-from-content: 1 # Ensure at least 1 space between `#` and content
comments-indentation: disable
document-start: disable
empty-lines:
Expand All @@ -29,9 +30,12 @@ rules:
new-line-at-end-of-file: disable
new-lines:
type: unix
octal-values:
forbid-implicit-octal: true # Enforce explicit octal format
forbid-explicit-octal: true # Prevent octal values altogether
trailing-spaces: disable
truthy: disable

ignore: |
.github/stale.yml
venv/
venv/

0 comments on commit 662b519

Please sign in to comment.