summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyota Mibu <r-mibu@cq.jp.nec.com>2018-01-26 05:00:54 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-01-26 05:00:54 +0000
commit49dcb03d819213b350674342c310317be3e59d65 (patch)
tree50a160f534beef60348c28aef7f235dfd6b41e55
parent28f546569dbad964b6b1525821b65e22db1b0e3d (diff)
parent324a11987eac8d6f7b74949a3744676caa2c5384 (diff)
Merge "fix yamllint config file"
-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