diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-12 02:51:17 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2017-10-15 01:54:58 +0000 |
commit | ef570e8954b44fd608cf1ff5e50b5cbc3d0d178f (patch) | |
tree | 8525a35700873d3ccdeb30d6e997ab4c24e486d9 /.yamllint | |
parent | cfd0fcc90fa3a3c67289ca4fba26e725f317e4c2 (diff) |
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)
Diffstat (limited to '.yamllint')
-rw-r--r-- | .yamllint | 8 |
1 files changed, 8 insertions, 0 deletions
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 |