Skip to content
Commit 2939b260 authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

Fix yamllint `line-length` warnings.

This patch fixes yamllint's "line too long" (line-lenght) warnings
by ensuring all lines in YAML files have, at most, 160 characters.

If a line cannot be written as a multiline block, line-length rule
evaluation is disabled for the specific line, both on yamllint and
on ansible-lint.
parent 9ebfd011
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment