Update the yamllint rules

Controlling the line length in the files generated from the Markdown to
YAML conversion would be difficult so we disable that yamllint rule.
pull/433/head
Nicholas McDonnell 2 years ago
parent 3e78ba6c4c
commit 17b82eead8
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 3
      .yamllint

@ -5,3 +5,6 @@ rules:
# yamllint doesn't like when we use yes and no for true and false,
# but that's pretty standard in Ansible.
truthy: disable
# Enforcing this rule would be complicated for auto-generated data right now.
line-length: disable

Loading…
Cancel
Save