Merge "Committer removal (Mario Cho)"
authorRyota Mibu <r-mibu@cq.jp.nec.com>
Wed, 7 Mar 2018 06:38:15 +0000 (06:38 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 7 Mar 2018 06:38:15 +0000 (06:38 +0000)
.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