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