Increase the maximum line length in the yamllint configuration

Increase the line length maximum from the default of 80 to 88. This 10%
increase mirrors the line length allowed in other linter configurations
such as black.
pull/529/head^2
Nicholas McDonnell 2 years ago
parent 21a68f461c
commit 3547c4f28d
No known key found for this signature in database
GPG Key ID: 7994ADE2A56BE5D1
  1. 3
      .yamllint

@ -15,7 +15,8 @@ rules:
line-length:
# This rule implies the allow-non-breakable-words rule
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

Loading…
Cancel
Save