Skip to content

Commit 8f12635

Browse files
committed
Correct spacing in yamllint rules
There was a missing empty line in the `.yamllint` file between two rule definitions.
1 parent 6cc53dc commit 8f12635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.yamllint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ rules:
1717
allow-non-breakable-inline-mappings: true
1818
# Allows a 10% overage from the default limit of 80
1919
max: 88
20+
2021
# yamllint doesn't like when we use yes and no for true and false,
2122
# but that's pretty standard in Ansible.
2223
truthy: disable

0 commit comments

Comments
 (0)