Skip to content

Commit

Permalink
Correct spacing in yamllint rules
Browse files Browse the repository at this point in the history
There was a missing empty line in the `.yamllint` file between two rule
definitions.
  • Loading branch information
mcdonnnj committed Nov 9, 2022
1 parent 6cc53dc commit 8f12635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .yamllint
Expand Up @@ -17,6 +17,7 @@ rules:
allow-non-breakable-inline-mappings: true
# Allows a 10% overage from the default limit of 80
max: 88

# yamllint doesn't like when we use yes and no for true and false,
# but that's pretty standard in Ansible.
truthy: disable

0 comments on commit 8f12635

Please sign in to comment.