diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2018-01-24 15:55:35 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2018-01-24 20:10:50 +0900 |
commit | 324a11987eac8d6f7b74949a3744676caa2c5384 (patch) | |
tree | 3be277c143aee0f0d485464e2daa0408985b709c | |
parent | 4b1560c6499e53efb3b2ca83294265052396b2d5 (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>
-rw-r--r-- | .yamllint | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |