summaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorRyota MIBU <r-mibu@cq.jp.nec.com>2018-01-24 15:55:35 +0900
committerRyota MIBU <r-mibu@cq.jp.nec.com>2018-01-24 20:10:50 +0900
commit324a11987eac8d6f7b74949a3744676caa2c5384 (patch)
tree3be277c143aee0f0d485464e2daa0408985b709c /.yamllint
parent4b1560c6499e53efb3b2ca83294265052396b2d5 (diff)
fix yamllint config file
pick from https://gerrit.opnfv.org/gerrit/#/c/50737 Change-Id: If5b83c656f33af1740df194ba826b6a31ac10355 Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint4
1 files changed, 3 insertions, 1 deletions
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