diff options
author | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2018-03-06 11:07:33 +0900 |
---|---|---|
committer | Ryota MIBU <r-mibu@cq.jp.nec.com> | 2018-03-06 11:07:33 +0900 |
commit | aee90ea41fde62c364d1b194c8e49ff34e6f2cb9 (patch) | |
tree | 20865f7c61e444cf82ccdd68a7024ad27fc9f699 | |
parent | 8893fda6dd5db6d8b1543228107e6dd423fbc8a6 (diff) |
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 <r-mibu@cq.jp.nec.com>
-rw-r--r-- | .yamllint | 6 |
1 files changed, 6 insertions, 0 deletions
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 |