From: Ryota MIBU Date: Wed, 24 Jan 2018 06:55:35 +0000 (+0900) Subject: fix yamllint config file X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=324a11987eac8d6f7b74949a3744676caa2c5384 fix yamllint config file pick from https://gerrit.opnfv.org/gerrit/#/c/50737 Change-Id: If5b83c656f33af1740df194ba826b6a31ac10355 Signed-off-by: Ryota MIBU --- 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