X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.yamllint;h=6ac3724dd37ed0c3cf3a4dbacdb8d89fbfe74fb5;hb=f7df2d437f5b4b15d3c374da4d24b137cc672916;hp=4402f17fa3e1176cf787c490905499b74ab729c6;hpb=0e4ea9676955c2bb9a06e6c158c6e64bba4b8a8b;p=releng.git 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