Correct spacing in yamllint rules

There was a missing empty line in the `.yamllint` file between two rule
definitions.
pull/529/head^2^2
Nicholas McDonnell 1 year ago
parent 6cc53dc1f0
commit 8f12635499
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 1
      .yamllint

@ -17,6 +17,7 @@ rules:
allow-non-breakable-inline-mappings: true allow-non-breakable-inline-mappings: true
# Allows a 10% overage from the default limit of 80 # Allows a 10% overage from the default limit of 80
max: 88 max: 88
# yamllint doesn't like when we use yes and no for true and false, # yamllint doesn't like when we use yes and no for true and false,
# but that's pretty standard in Ansible. # but that's pretty standard in Ansible.
truthy: disable truthy: disable

Loading…
Cancel
Save