From: Ryota MIBU Date: Tue, 6 Mar 2018 02:07:33 +0000 (+0900) Subject: add yamllint configuration X-Git-Tag: opnfv-6.0.0~12 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=doctor.git;a=commitdiff_plain;h=aee90ea41fde62c364d1b194c8e49ff34e6f2cb9 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 --- 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