add yamllint configuration 31/53131/1
authorRyota MIBU <r-mibu@cq.jp.nec.com>
Tue, 6 Mar 2018 02:07:33 +0000 (11:07 +0900)
committerRyota MIBU <r-mibu@cq.jp.nec.com>
Tue, 6 Mar 2018 02:07:33 +0000 (11:07 +0900)
We need configure yamllint which will be run in the opnfv-lint job.

[1] https://gerrit.opnfv.org/gerrit/#/c/53095

Change-Id: I77558e586ff3c531ec3f42eaffccf2f0eeaa648f
Signed-off-by: Ryota MIBU <r-mibu@cq.jp.nec.com>
.yamllint [new file with mode: 0644]

diff --git a/.yamllint b/.yamllint
new file mode 100644 (file)
index 0000000..3517e7f
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,6 @@
+extends: default
+rules:
+  line-length:
+    max: 120
+    allow-non-breakable-words: true
+    allow-non-breakable-inline-mappings: true