diff --git a/.yamllint b/.yamllint index 7ed00eb..67b64cd 100644 --- a/.yamllint +++ b/.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