From 324a11987eac8d6f7b74949a3744676caa2c5384 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Wed, 24 Jan 2018 15:55:35 +0900 Subject: fix yamllint config file pick from https://gerrit.opnfv.org/gerrit/#/c/50737 Change-Id: If5b83c656f33af1740df194ba826b6a31ac10355 Signed-off-by: Ryota MIBU --- .yamllint | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit 1.2.3-korg