From ef570e8954b44fd608cf1ff5e50b5cbc3d0d178f Mon Sep 17 00:00:00 2001
From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Date: Thu, 12 Oct 2017 02:51:17 +0200
Subject: reclass: baremetal: Factor out common code

While at it, add .yamllint file (copied from releng repo).

Change-Id: I39630c0043fe2fd601510969c401e6cc9efbf69a
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
(cherry picked from commit a75af3d4c30af050dd15c0f875142f6328874fe4)
---
 .yamllint | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 .yamllint

(limited to '.yamllint')

diff --git a/.yamllint b/.yamllint
new file mode 100644
index 000000000..4402f17fa
--- /dev/null
+++ b/.yamllint
@@ -0,0 +1,8 @@
+---
+extends: default
+
+rules:
+  # 120 chars should be enough and don't fail if a line is longer
+  line-length:
+    max: 120
+    level: warning
-- 
cgit