X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=.yamllint;h=6ac3724dd37ed0c3cf3a4dbacdb8d89fbfe74fb5;hb=baab3f70e234538d043b0cf76eb5c9773164da35;hp=4402f17fa3e1176cf787c490905499b74ab729c6;hpb=4e9134d73f7f52f10c637636dea2aa9b84b211a6;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