X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blobdiff_plain;f=.yamllint;h=6ac3724dd37ed0c3cf3a4dbacdb8d89fbfe74fb5;hp=4402f17fa3e1176cf787c490905499b74ab729c6;hb=28f7d7c0ef101a6660b743620e0f2d5aa3e8993e;hpb=ede0336258973c16ec2ba557ec7c8a2bc2cc8168 diff --git a/.yamllint b/.yamllint index 4402f17fa..6ac3724dd 100644 --- a/.yamllint +++ b/.yamllint @@ -2,7 +2,9 @@ extends: default rules: - # 120 chars should be enough and don't fail if a line is longer + # ONLY 'max' length is configure, other parameters are default values. line-length: max: 120 level: warning + allow-non-breakable-words: true + allow-non-breakable-inline-mappings: false