fix yamllint config file 29/51029/2
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Wed, 24 Jan 2018 06:55:35 +0000 (15:55 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Wed, 24 Jan 2018 11:10:50 +0000 (20:10 +0900)
pick from https://gerrit.opnfv.org/gerrit/#/c/50737

Change-Id: If5b83c656f33af1740df194ba826b6a31ac10355
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
.yamllint

index 4402f17..6ac3724 100644 (file)
--- 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