From aee90ea41fde62c364d1b194c8e49ff34e6f2cb9 Mon Sep 17 00:00:00 2001 From: Ryota MIBU Date: Tue, 6 Mar 2018 11:07:33 +0900 Subject: add yamllint configuration 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 --- .yamllint | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .yamllint diff --git a/.yamllint b/.yamllint new file mode 100644 index 00000000..3517e7f2 --- /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 -- cgit 1.2.3-korg