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-14 20:30:27 +0200 |
commit | a75af3d4c30af050dd15c0f875142f6328874fe4 (patch) | |
tree | 8525a35700873d3ccdeb30d6e997ab4c24e486d9 /.yamllint | |
parent | 089585ad5370109d4c2a476b94b0017153d7713d (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>
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 |